-
Notifications
You must be signed in to change notification settings - Fork 0
Arguments
Zephyrrus edited this page Feb 16, 2022
·
3 revisions
- Used to identify different grids
- Type:
str
Used in:
create()add()width()height()contains()findFirst()findAmmount()findCol()findRow()findPos()destroy()
- Used in create function to specify grid width
- Type:
int
Used in:
create()
- Used in create function to specify grid height
- Type:
int
Used in:
create()
- Used to specify the x position.
- Type:
int
Used in:
add()findPos()
- Used to specify the y position.
- Type:
int
Used in:
add()findPos()
- Used to specify the value you wish to find/add
- Type:
any
Used in:
add()contains()findFirst()findAmmount()findCol()findRow()
- specifies the column (aka x cord)
- Type:
int
Used in:
findCol()
- specifies the row (aka y cord)
- Type:
int
Used in:
findRow()