Towers
Table to work with tower list.
Count(): integer
integer
Return size of tower list.
Get(index: integer
): CTower|nil
integer
): CTower|nil
Name
Type
Description
index
integer
Index of tower in cheat list.
Return tower by index in cheat list. Not the same as in-game index.
GetAll(): CTower[]
CTower[]
Return all towers in cheat list.
InRadius(pos: Vector
, radius: number
, teamNum: Enum.TeamNum
): nil
Vector
, radius: number
, teamNum: Enum.TeamNum
): nil
Name
Type
Description
pos
Vector
Position to check.
radius
number
Radius to check.
teamNum
Enum.TeamNum
Team number to check.
Return all towers in radius.
Contains(tower: CTower
): boolean
CTower
): boolean
Name
Type
Description
tower
CTower
Tower to check.
Check tower in cheat list.