Свойство | Тип | Описание | |
---|---|---|---|
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 ChatCommands ( BasePlugin pl ) : System | ||
pl | BasePlugin | |
Результат | System |
public Register ( |
||
command | ||
Результат |
public Register ( string command ) : |
||
command | string | |
Результат |
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[] |
public getUsages ( string command ) : string[] | ||
command | string | |
Результат | string[] |