GetAllObjects
From Onset Developer Wiki
Description
Returns existing object ids in a table. If you have ten thousands of objects then don't call this too often.
Syntax
GetAllObjects()
Parameters
- This function has no parameters.
Return Value
- Returns a table with a list of all object ids.
Example
local objects = GetAllObjects()
See also
- GetStreamedNPC
- GetNPCLocation
- SetNPCOutline
- SetNPCPropertyValue
- GetNPCPropertyValue
- CreateNPC
- DestroyNPC
- IsValidNPC
- GetAllNPC
- GetNPCCount
- IsNPCStreamedIn
- SetNPCLocation
- GetNPCLocation
- SetNPCHealth
- GetNPCHealth
- SetNPCAnimation
- SetNPCHeading
- GetNPCHeading
- SetNPCTargetLocation
- SetNPCFollowPlayer
- SetNPCFollowVehicle
- SetNPCRagdoll
- SetNPCRespawnTime