Search Results for

    Show / Hide Table of Contents

    Class CommandContext

    The context containg command information.

    Inheritance
    Object
    CommandContext
    Inherited Members
    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 CommandContext

    Properties

    Args

    Gets the arguments (Example: "/message USERNAME MESSAGE", Args[0] for USERNAME)

    Declaration
    public string[] Args { get; }
    Property Value
    Type Description
    String[]

    Client

    Gets the client which executed the command

    Declaration
    public Client Client { get; }
    Property Value
    Type Description
    Client
    In This Article
    Back to top Generated by DocFX