NeutralSpawners
Table to work with list of neutral spawners.
Count(): integer
integer
Return size of neutral spawner list.
Get(index: integer
): CCamp|nil
integer
): CCamp|nil
Name
Type
Description
index
integer
Index of neutral spawner in cheat list.
Return neutral spawner by index in cheat list. Not the same as in-game index.
GetAll(): CCamp[]
CCamp[]
Return all neutral spawners in cheat list.
InRadius(pos: Vector
, radius: number
): CCamp[]
Vector
, radius: number
): CCamp[]
Name
Type
Description
pos
Vector
Position to check.
radius
number
Radius to check.
Return all neutral spawners in radius.
Contains(camp: CCamp
): boolean
CCamp
): boolean
Name
Type
Description
camp
CCamp
Neutral spawner to check.
Check neutral spawner in cheat list.