Méthode | Description | |
---|---|---|
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 AliasExists ( string name ) : bool | ||
name | string | |
Résultat | bool |
public static Exists ( string command ) : bool | ||
command | string | |
Résultat | bool |
public static GetCommand ( string command ) : |
||
command | string | |
Résultat |
public static RegisterAlias ( string name, string target, string module = null ) : void | ||
name | string | |
target | string | |
module | string | |
Résultat | void |
public static RegisterCommand ( |
||
command | ||
Résultat | void |
public static UnregisterAlias ( string name ) : void | ||
name | string | |
Résultat | void |
public static UnregisterCommand ( |
||
command | ||
Résultat | void |
public static UnregisterCommand ( string command_name ) : void | ||
command_name | string | |
Résultat | void |