C# Class Pluton.Rust.Objects.PluginCommand

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

Méthodes publiques

Свойство Type Description
_command string
_description string
_usage string

Méthodes publiques

Méthode Description
PluginCommand ( string command = "", string description = "_not specified_", string usage = "_not specified" ) : System

Method Details

PluginCommand() public méthode

public PluginCommand ( string command = "", string description = "_not specified_", string usage = "_not specified" ) : System
command string
description string
usage string
Résultat System

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