Class ServerProp
Represents an prop owned by server.
Inherited Members
Namespace: RageCoop.Server.Scripting
Assembly: RageCoop.Server.dll
Syntax
public class ServerProp : ServerObject
Properties
Position
Gets or sets this object's position
Declaration
public override Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
Overrides
Rotation
Gets or sets this object's rotation
Declaration
public override Vector3 Rotation { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
Overrides
Methods
Delete()
Delete this prop
Declaration
public override void Delete()