Class ServerEntities
Manipulate entities from the server
Inherited Members
Namespace: RageCoop.Server
Assembly: RageCoop.Server.dll
Syntax
public class ServerEntities
Methods
GetAllObjects()
Get all static objects owned by server
Declaration
public ServerObject[] GetAllObjects()
Returns
Type | Description |
---|---|
ServerObject[] |
GetAllPeds()
Get all peds on this server
Declaration
public ServerPed[] GetAllPeds()
Returns
Type | Description |
---|---|
ServerPed[] |
GetAllVehicle()
Get all vehicles on this server
Declaration
public ServerVehicle[] GetAllVehicle()
Returns
Type | Description |
---|---|
ServerVehicle[] |