Interface ICommandContext
Represents a context of command execution.
Namespace: TehGM.Wolfringo.Commands
Assembly: Wolfringo.Commands.dll
Syntax
public interface ICommandContext
Properties
| Improve this Doc View SourceClient
WOLF client that received the message.
Declaration
IWolfClient Client { get; }
Property Value
Type | Description |
---|---|
IWolfClient |
Message
Chat message that triggered the command.
Declaration
IChatMessage Message { get; }
Property Value
Type | Description |
---|---|
IChatMessage |
Options
Options to use for processing the command.
Declaration
CommandsOptions Options { get; }
Property Value
Type | Description |
---|---|
CommandsOptions |