Skip to content

Functions

Zephyrrus edited this page Feb 16, 2022 · 13 revisions

create()

  • Usage:
  • Returns None

add()

  • Usage:
    • add([id](https://github.com/Zachary99/gridThings/wiki/Arguments#"id"), [x](https://github.com/Zachary99/gridThings/wiki/Arguments#"x"), [y](https://github.com/Zachary99/gridThings/wiki/Arguments#"y"), [val](https://github.com/Zachary99/gridThings/wiki/Arguments#"val"))

width(id)

height(id)

contains(id, val)

findFirst(id, val)

findAmmount(id, val)

findCol(id, c, val)

findRow(id, r, val)

findPos(id, x, y, val)

destroy(id)

Clone this wiki locally