🏰Towers

Table to work with tower list.

Count(): integer

Return size of tower list.


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

Return all towers in cheat list.


InRadius(pos: Vector, radius: number, teamNum: Enum.TeamNum, teamType [?]: Enum.TeamType): CTower[]

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

Name
Type
Description

tower

Tower to check.

Check tower in cheat list.

Last updated