Search Results for

    Show / Hide Table of Contents

    Class ServerObject

    Represents an object owned by server.

    Inheritance
    Object
    ServerObject
    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 ServerObject

    Properties

    IsInvincible

    Whether this object is invincible

    Declaration
    public bool IsInvincible { get; set; }
    Property Value
    Type Description
    Boolean

    Model

    The object's model

    Declaration
    public Model Model { get; }
    Property Value
    Type Description
    GTA.Model

    Position

    Gets or sets this object's position

    Declaration
    public Vector3 Position { get; set; }
    Property Value
    Type Description
    GTA.Math.Vector3

    Quaternion

    Gets or sets this object's quaternion

    Declaration
    public Quaternion Quaternion { get; set; }
    Property Value
    Type Description
    GTA.Math.Quaternion
    In This Article
    Back to top Generated by DocFX