🌳TempTrees
Table to work with list of temp trees.
Count(): integer
integer
Return size of temp trees list.
Name
Type
Description
index
integer
Index of temp tree in cheat list.
Return temp tree by index in cheat list. Not the same as in-game index.
GetAll(): CTree[]
CTree[]
Return all temp trees in cheat list.
Name
Type
Description
pos
Position to check.
radius
number
Radius to check.
Return all temp trees in radius.
Contains(tree: CTree
): boolean
CTree
): boolean
Name
Type
Description
tree
Temp tree to check.
Check temp tree in cheat list.
Last updated