메소드 | 설명 | |
---|---|---|
AliasExists ( string name ) : bool | ||
Exists ( string command ) : bool | ||
GetCommand ( string command ) : |
||
RegisterAlias ( string name, string target, string module = null ) : void | ||
RegisterCommand ( |
||
UnregisterAlias ( string name ) : void | ||
UnregisterCommand ( |
||
UnregisterCommand ( string command_name ) : void |
public static GetCommand ( string command ) : |
||
command | string | |
리턴 |
public static RegisterAlias ( string name, string target, string module = null ) : void | ||
name | string | |
target | string | |
module | string | |
리턴 | void |
public static RegisterCommand ( |
||
command | ||
리턴 | void |
public static UnregisterAlias ( string name ) : void | ||
name | string | |
리턴 | void |
public static UnregisterCommand ( |
||
command | ||
리턴 | void |
public static UnregisterCommand ( string command_name ) : void | ||
command_name | string | |
리턴 | void |