🌲Trees
Table to work with list of trees.
Count(): integer
integer
Return size of tree list.
Name
Type
Description
index
integer
Index of tree in cheat list.
Return tree by index in cheat list. Not the same as in-game index.
GetAll(): CTree[]
CTree[]
Return all trees in cheat list.
Name
Type
Description
pos
Position to check.
radius
number
Radius to check.
active [?]
boolean
Active state to check. (default: true)
Return all trees in radius.
Contains(tree: CTree
): boolean
CTree
): boolean
Name
Type
Description
tree
Tree to check.
Check tree in cheat list.
Last updated