The CommandResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CommandResult()()()() |
Creates an an instance with the status set to Success.
|
![]() | CommandResult(String) |
Creates an instance of CommandResult with a failure message.
|
![]() | CommandResult(CommandResult..::..ResultStatus) |
Creates an instance of CommandResult with a status.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | FailureMessage |
A message to send to the player when the command fails.
|
![]() | Status |
The status of the command/
|