Свойство | Type | Description | |
---|---|---|---|
Commands | PluginCommand>.Dictionary |
Méthode | Description | |
---|---|---|
GetInstance ( ) : |
||
GetPlutonCommand ( string c, string defaultValue ) : string | ||
Init ( ) : void | ||
PluginCommands ( ) : System | ||
RegisterCommand ( |
||
RegisterCommand ( string command, string usage, string description ) : void | ||
getCommands ( ) : List |
||
getDescriptions ( string command ) : string[] | ||
getUsages ( string command ) : string[] |
public static GetInstance ( ) : |
||
Résultat |
public GetPlutonCommand ( string c, string defaultValue ) : string | ||
c | string | |
defaultValue | string | |
Résultat | string |
public RegisterCommand ( |
||
command | ||
Résultat | void |
public RegisterCommand ( string command, string usage, string description ) : void | ||
command | string | |
usage | string | |
description | string | |
Résultat | void |
public getDescriptions ( string command ) : string[] | ||
command | string | |
Résultat | string[] |
public getUsages ( string command ) : string[] | ||
command | string | |
Résultat | string[] |