Skip to content

Arguments

Zephyrrus edited this page Feb 16, 2022 · 3 revisions

"id"

  • Identifies different grids
  • Type: str
Used in:

"w"

  • Grid width
  • Type: int
Used in:

"h"

  • Grid height
  • Type: int
Used in:

"x"

  • X position.
  • Type: int
Used in:

"y"

  • Y position.
  • Type: int
Used in:

"val"

  • Value you wish to find/add
  • Type: any
Used in:

"c"

  • Column (aka x cord)
  • Type: int
Used in:

"r"

  • Row (aka y cord)
  • Type: int
Used in:

Clone this wiki locally