C# Class Pluton.Rust.Objects.ChatCommands

Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
Commands ChatCommand>.Dictionary
plugin BasePlugin

Méthodes publiques

Méthode Description
ChatCommands ( BasePlugin pl ) : System
Register ( ChatCommand command ) : ChatCommand
Register ( string command ) : ChatCommand
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[]

Method Details

ChatCommands() public méthode

public ChatCommands ( BasePlugin pl ) : System
pl BasePlugin
Résultat System

Register() public méthode

public Register ( ChatCommand command ) : ChatCommand
command ChatCommand
Résultat ChatCommand

Register() public méthode

public Register ( string command ) : ChatCommand
command string
Résultat ChatCommand

RegisterWithMultipleNames() public méthode

public RegisterWithMultipleNames ( string commands, string callback, string usage, string description ) : List
commands string
callback string
usage string
description string
Résultat List

getChatCommands() public méthode

public getChatCommands ( string command ) : Pluton.Rust.Objects.ChatCommand[]
command string
Résultat Pluton.Rust.Objects.ChatCommand[]

getCommands() public méthode

public getCommands ( ) : List
Résultat List

getDescriptions() public méthode

public getDescriptions ( string command ) : string[]
command string
Résultat string[]

getUsages() public méthode

public getUsages ( string command ) : string[]
command string
Résultat string[]

Property Details

Commands public_oe property

public Dictionary Commands
Résultat ChatCommand>.Dictionary

plugin public_oe property

public BasePlugin plugin
Résultat BasePlugin