C# Class Utility.ServerConsoleCommands

Afficher le fichier Open project: CellAO/CellAO-NightPredator

Méthodes publiques

Свойство Type Description
Engine string

Méthodes publiques

Méthode Description
AddEntry ( string commandString, Action command ) : void

Execute ( string commandString ) : bool

HelpAll ( ) : string

HelpText ( string commandString ) : string

Private Methods

Méthode Description
MaxCommandLength ( ) : int

Returns the length of the longest console command (for padding the output)

Method Details

AddEntry() public méthode

public AddEntry ( string commandString, Action command ) : void
commandString string ///
command Action ///
Résultat void

Execute() public méthode

public Execute ( string commandString ) : bool
commandString string ///
Résultat bool

HelpAll() public méthode

public HelpAll ( ) : string
Résultat string

HelpText() public méthode

public HelpText ( string commandString ) : string
commandString string ///
Résultat string

Property Details

Engine public_oe property

public string Engine
Résultat string