🐉NeutralSpawners
Table to work with list of neutral spawners.
Count(): integer
integer
Return size of neutral spawner list.
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.
Name
Type
Description
pos
Position to check.
radius
number
Radius to check.
Return all neutral spawners in radius.
Contains(camp: CCamp
): boolean
CCamp
): boolean
Name
Type
Description
camp
Neutral spawner to check.
Check neutral spawner in cheat list.
Last updated