The CommandBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CommandBase | Initializes a new instance of the CommandBase class |
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | |
![]() | Equals | (Inherited from Object.) |
![]() | Execute |
Called to execute a command
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Properties
Name | Description | |
---|---|---|
![]() | Help |
A quick help message, displayed by the syntax command.
|
![]() | Keywords |
The array of keywords for this command.
|
![]() | MatchExpression |
The Regex that arguments are required to match for this command to be
executed.
|
![]() | Priority |
The priority of the command. In the case of multiple matching
and correct commands, the command with the highest priority is
executed.
|
![]() | Shortcuts |
An array of shortcut characters for this command...
' for say, ; for emote, @ for tell, etc.
|
![]() | Syntax |
The syntax help for a command.
|