Search Results for

    Show / Hide Table of Contents

    Class ServerEntities

    Manipulate entities from the server

    Inheritance
    Object
    ServerEntities
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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[]
    In This Article
    Back to top Generated by DocFX