Search Results for

    Show / Hide Table of Contents

    Class ServerVehicle

    Represents a vehicle from a client

    Inheritance
    Object
    ServerObject
    ServerVehicle
    Inherited Members
    ServerObject.Handle
    ServerObject.Owner
    ServerObject.ID
    ServerObject.Model
    ServerObject.Position
    ServerObject.Delete()
    ServerObject.Freeze(Boolean)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: RageCoop.Server.Scripting
    Assembly: RageCoop.Server.dll
    Syntax
    public class ServerVehicle : ServerObject

    Properties

    Quaternion

    Get this vehicle's quaternion

    Declaration
    public Quaternion Quaternion { get; set; }
    Property Value
    Type Description
    Quaternion

    Rotation

    Gets or sets vehicle rotation

    Declaration
    public override Vector3 Rotation { get; set; }
    Property Value
    Type Description
    Vector3
    Overrides
    ServerObject.Rotation
    In This Article
    Back to top Generated by DocFX