TempTrees
Table to work with list of neutral spawners.
Count(): integer
integer
Return size of temp trees list.
Get(index: integer
): CTree|nil
integer
): CTree|nil
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.
InRadius(pos: Vector
, radius: number
): CTree[]
Vector
, radius: number
): CTree[]
Name
Type
Description
pos
Vector
Position to check.
radius
number
Radius to check.
Return all temp trees in radius.
Contains(tree: CTree
): boolean
CTree
): boolean
Name
Type
Description
tree
CTree
Temp tree to check.
Check temp tree in cheat list.