Property | Type | Description | |
---|---|---|---|
_command | string | ||
_description | string | ||
_usage | string | ||
callback | CallbackDelegate | ||
plugin | BasePlugin |
Method | Description | |
---|---|---|
ConsoleCommand ( ) : System | ||
ConsoleCommand ( string command ) : System | ||
setCallback ( CallbackDelegate function ) : |
||
setCallback ( string function ) : |
||
setCommand ( string command ) : |
||
setDescription ( string description ) : |
||
setUsage ( string usage ) : |
public ConsoleCommand ( string command ) : System | ||
command | string | |
return | System |
public setCallback ( CallbackDelegate function ) : |
||
function | CallbackDelegate | |
return |
public setCallback ( string function ) : |
||
function | string | |
return |
public setCommand ( string command ) : |
||
command | string | |
return |
public setDescription ( string description ) : |
||
description | string | |
return |
public setUsage ( string usage ) : |
||
usage | string | |
return |