Property | Type | Description | |
---|---|---|---|
Commands | ConsoleCommand>.Dictionary | ||
plugin | BasePlugin |
Method | Description | |
---|---|---|
ConsoleCommands ( BasePlugin pl ) : System | ||
Register ( |
||
Register ( string command ) : |
||
getCommands ( ) : List |
||
getConsoleCommands ( string command ) : Pluton.ConsoleCommand[] | ||
getDescriptions ( string command ) : string[] | ||
getUsages ( string command ) : string[] |
public ConsoleCommands ( BasePlugin pl ) : System | ||
pl | BasePlugin | |
return | System |
public Register ( |
||
command | ||
return |
public Register ( string command ) : |
||
command | string | |
return |
public getConsoleCommands ( string command ) : Pluton.ConsoleCommand[] | ||
command | string | |
return | Pluton.ConsoleCommand[] |
public getDescriptions ( string command ) : string[] | ||
command | string | |
return | string[] |
public getUsages ( string command ) : string[] | ||
command | string | |
return | string[] |