프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Commands | PluginCommand>.Dictionary |
메소드 | 설명 | |
---|---|---|
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 GetPlutonCommand ( string c, string defaultValue ) : string | ||
c | string | |
defaultValue | string | |
리턴 | string |
public RegisterCommand ( |
||
command | ||
리턴 | void |
public RegisterCommand ( string command, string usage, string description ) : void | ||
command | string | |
usage | string | |
description | string | |
리턴 | void |
public getDescriptions ( string command ) : string[] | ||
command | string | |
리턴 | string[] |