C# Class Utility.ServerConsoleCommands

Exibir arquivo Open project: CellAO/CellAO-NightPredator

Public Properties

Property Type Description
Engine string

Public Methods

Method Description
AddEntry ( string commandString, Action command ) : void

Execute ( string commandString ) : bool

HelpAll ( ) : string

HelpText ( string commandString ) : string

Private Methods

Method Description
MaxCommandLength ( ) : int

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

Method Details

AddEntry() public method

public AddEntry ( string commandString, Action command ) : void
commandString string ///
command Action ///
return void

Execute() public method

public Execute ( string commandString ) : bool
commandString string ///
return bool

HelpAll() public method

public HelpAll ( ) : string
return string

HelpText() public method

public HelpText ( string commandString ) : string
commandString string ///
return string

Property Details

Engine public_oe property

public string Engine
return string