Search Results for

    Show / Hide Table of Contents

    Class ServerVehicle

    Represents a vehicle from a client

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

    Properties

    ID

    The vehicle's network ID (not handle!).

    Declaration
    public int ID { get; }
    Property Value
    Type Description
    Int32

    Owner

    The Client that is responsible synchronizing for this vehicle.

    Declaration
    public Client Owner { get; }
    Property Value
    Type Description
    Client

    Position

    Position of this vehicle

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

    Quaternion

    Gets or sets this vehicle's quaternion

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