NPCs
Table to work with NPC list.
Count(): integer
integer
Return size of NPC list.
Get(index: integer
): CNPC|nil
integer
): CNPC|nil
Name
Type
Description
index
integer
Index of NPC in cheat list.
Return NPC by index in cheat list. Not the same as in-game index.
GetAll(): CNPC[]
CNPC[]
Return all NPCs in cheat list.
InRadius(pos: Vector
, radius: number
, teamNum: Enum.TeamNum
, teamType: Enum.TeamType
): CNPC[]
Vector
, radius: number
, teamNum: Enum.TeamNum
, teamType: Enum.TeamType
): CNPC[]
Name
Type
Description
pos
Vector
Position to check.
radius
number
Radius to check.
teamNum
Enum.TeamNum
Team number to check.
teamType
Enum.TeamType
Team type to filter by. Relative to teamNum param.
Return all NPCs in radius.
Contains(npc: CNPC
): boolean
CNPC
): boolean
Name
Type
Description
npc
CNPC
NPC to check.
Check NPC in cheat list.
Last updated