프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Aliases | string[] |
메소드 | 설명 | |
---|---|---|
Process ( |
Is called when the command is triggered (case-insensitive).
|
메소드 | 설명 | |
---|---|---|
Command ( ) : System |
In the Constructor you deliver the alias names. Calling this ctor automatically sets the Instance to the newly invoked instance.
|
|
OnFail ( |
An array of possible server-side replies to this Command. If this command is executed, the response from the server will again be replied to the user who initiated this. Is triggered when the processing throws an Exception.
|
메소드 | 설명 | |
---|---|---|
ExecutedNotify ( |
||
FailNotify ( |
public abstract Process ( |
||
trigger | ||
리턴 | void |