Class ServerObject
Represents an object owned by server.
Inherited Members
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 |