프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Commands | ChatCommand>.Dictionary | ||
plugin | BasePlugin |
메소드 | 설명 | |
---|---|---|
ChatCommands ( BasePlugin pl ) : System | ||
Register ( |
||
Register ( string command ) : |
||
RegisterWithMultipleNames ( string commands, string callback, string usage, string description ) : List |
||
getChatCommands ( string command ) : Pluton.Rust.Objects.ChatCommand[] | ||
getCommands ( ) : List |
||
getDescriptions ( string command ) : string[] | ||
getUsages ( string command ) : string[] |
public Register ( |
||
command | ||
리턴 |
public RegisterWithMultipleNames ( string commands, string callback, string usage, string description ) : List |
||
commands | string | |
callback | string | |
usage | string | |
description | string | |
리턴 | List |
public getChatCommands ( string command ) : Pluton.Rust.Objects.ChatCommand[] | ||
command | string | |
리턴 | Pluton.Rust.Objects.ChatCommand[] |
public getDescriptions ( string command ) : string[] | ||
command | string | |
리턴 | string[] |