Property | Type | Description | |
---|---|---|---|
Commands | PluginCommand>.Dictionary |
Method | 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 ( ) : |
||
return |
public GetPlutonCommand ( string c, string defaultValue ) : string | ||
c | string | |
defaultValue | string | |
return | string |
public RegisterCommand ( |
||
command | ||
return | void |
public RegisterCommand ( string command, string usage, string description ) : void | ||
command | string | |
usage | string | |
description | string | |
return | void |
public getDescriptions ( string command ) : string[] | ||
command | string | |
return | string[] |
public getUsages ( string command ) : string[] | ||
command | string | |
return | string[] |