Class ServerVehicle
Represents a vehicle from a client
Inherited Members
Namespace: RageCoop.Server
Assembly: RageCoop.Server.dll
Syntax
public class ServerVehicle : ServerObject
Properties
Quaternion
Get this vehicle's quaternion
Declaration
public Quaternion Quaternion { get; }
Property Value
Type | Description |
---|---|
GTA.Math.Quaternion |
Rotation
Gets or sets vehicle rotation
Declaration
public override Vector3 Rotation { get; set; }
Property Value
Type | Description |
---|---|
GTA.Math.Vector3 |