Skip to content

Arguments

Zephyrrus edited this page Feb 16, 2022 · 3 revisions

"id"

  • Used to identify different grids
  • Type: str
Used in:

"w"

  • Used in create function to specify grid width
  • Type: int
Used in:

"h"

  • Used in create function to specify grid height
  • Type: int
Used in:

"x"

  • Used to specify the x position.
  • Type: int
Used in:

"y"

  • Used to specify the y position.
  • Type: int
Used in:

"val"

  • Used to specify the value you wish to find/add
  • Type: any
Used in:

"c"

  • specifies the column (aka x cord)
  • Type: int
Used in:

"r"

  • specifies the row (aka y cord)
  • Type: int
Used in:

Clone this wiki locally