Class CommandContext
Inherited Members
Namespace: SlipeServer.LuaControllers.Contexts
Assembly: SlipeServer.LuaControllers.dll
Syntax
public class CommandContext
Constructors
| Edit this page View SourceCommandContext(Player, string)
Declaration
public CommandContext(Player player, string command)
Parameters
| Type | Name | Description |
|---|---|---|
| Player | player | |
| string | command |
Properties
| Edit this page View SourceCommand
Declaration
public string Command { get; }
Property Value
| Type | Description |
|---|---|
| string |
Player
Declaration
public Player Player { get; }
Property Value
| Type | Description |
|---|---|
| Player |