🌳TempTrees

Table to work with list of temp trees.

Count(): integer

Return size of temp trees list.


Get(index: 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[]

Return all temp trees in cheat list.


InRadius(pos: Vector, radius: number): CTree[]

Name
Type
Description

pos

Position to check.

radius

number

Radius to check.

Return all temp trees in radius.


Contains(tree: CTree): boolean

Name
Type
Description

tree

Temp tree to check.

Check temp tree in cheat list.

Last updated