C# Class Pluton.Rust.Objects.ConsoleCommand

Afficher le fichier Open project: Notulp/Pluton.Rust Class Usage Examples

Méthodes publiques

Свойство Type Description
_command string
_description string
_usage string
callback CallbackDelegate
plugin BasePlugin

Méthodes publiques

Méthode Description
ConsoleCommand ( ) : System
ConsoleCommand ( string command ) : System
setCallback ( CallbackDelegate function ) : ConsoleCommand
setCallback ( string function ) : ConsoleCommand
setCommand ( string command ) : ConsoleCommand
setDescription ( string description ) : ConsoleCommand
setUsage ( string usage ) : ConsoleCommand

Method Details

ConsoleCommand() public méthode

public ConsoleCommand ( ) : System
Résultat System

ConsoleCommand() public méthode

public ConsoleCommand ( string command ) : System
command string
Résultat System

setCallback() public méthode

public setCallback ( CallbackDelegate function ) : ConsoleCommand
function CallbackDelegate
Résultat ConsoleCommand

setCallback() public méthode

public setCallback ( string function ) : ConsoleCommand
function string
Résultat ConsoleCommand

setCommand() public méthode

public setCommand ( string command ) : ConsoleCommand
command string
Résultat ConsoleCommand

setDescription() public méthode

public setDescription ( string description ) : ConsoleCommand
description string
Résultat ConsoleCommand

setUsage() public méthode

public setUsage ( string usage ) : ConsoleCommand
usage string
Résultat ConsoleCommand

Property Details

_command public_oe property

public string _command
Résultat string

_description public_oe property

public string _description
Résultat string

_usage public_oe property

public string _usage
Résultat string

callback public_oe property

public CallbackDelegate callback
Résultat CallbackDelegate

plugin public_oe property

public BasePlugin plugin
Résultat BasePlugin