Search Results for

    Show / Hide Table of Contents

    Class ServerProp

    Represents an prop owned by server.

    Inheritance
    Object
    ServerObject
    ServerProp
    Inherited Members
    ServerObject.Handle
    ServerObject.Owner
    ServerObject.ID
    ServerObject.Model
    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 ServerProp : ServerObject

    Properties

    Position

    Gets or sets this object's position

    Declaration
    public override Vector3 Position { get; set; }
    Property Value
    Type Description
    Vector3
    Overrides
    ServerObject.Position

    Rotation

    Gets or sets this object's rotation

    Declaration
    public override Vector3 Rotation { get; set; }
    Property Value
    Type Description
    Vector3
    Overrides
    ServerObject.Rotation

    Methods

    Delete()

    Delete this prop

    Declaration
    public override void Delete()
    Overrides
    ServerObject.Delete()
    In This Article
    Back to top Generated by DocFX