🏰Towers
Table to work with tower list.
Count(): integer
integer
Return size of tower list.
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.
Name
Type
Description
pos
Position to check.
radius
number
Radius to check.
teamNum
Team number to check.
teamType [?]
Team number to check. (default: Enum.TeamType.TEAM_ENEMY)
Return all towers in radius.
Contains(tower: CTower
): boolean
CTower
): boolean
Name
Type
Description
tower
Tower to check.
Check tower in cheat list.
Last updated