Class CommandContext
The context containg command information.
Inherited Members
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 |