Skip to content

Functions

Zephyrrus edited this page Feb 16, 2022 · 13 revisions

create()

  • Usage:
  • Returns None

add()

  • Usage:
  • Returns: None

width()

  • Usage:
    • width(id)
  • Returns: int

height()

  • Usage:
    • height(id)
  • Returns int

contains()

  • Usage:
  • Returns: bool

findFirst()

  • Usage:
  • Returns: array[]
    • array[0]: x
    • array[1]: y

findAmmount()

  • Usage:

findCol()

findRow()

findPos()

destroy()

  • Usage:
    • destroy(id)

Clone this wiki locally