🐉NeutralSpawners

Table to work with list of neutral spawners.

Count(): integer

Return size of neutral spawner list.


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

Return all neutral spawners in cheat list.


InRadius(pos: Vector, radius: number): CCamp[]

Name
Type
Description

pos

Position to check.

radius

number

Radius to check.

Return all neutral spawners in radius.


Contains(camp: CCamp): boolean

Name
Type
Description

camp

Neutral spawner to check.

Check neutral spawner in cheat list.

Last updated