C# Class ServerTools.StopServer

Inheritance: ConsoleCmdAbstract
Mostrar archivo Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Public Methods

Method Description
Execute ( List _params, CommandSenderInfo _senderInfo ) : void
GetCommands ( ) : string[]
GetDescription ( ) : string
GetHelp ( ) : string

Private Methods

Method Description
Start ( ) : void
StatusCheck ( ) : void

Method Details

Execute() public method

public Execute ( List _params, CommandSenderInfo _senderInfo ) : void
_params List
_senderInfo CommandSenderInfo
return void

GetCommands() public method

public GetCommands ( ) : string[]
return string[]

GetDescription() public method

public GetDescription ( ) : string
return string

GetHelp() public method

public GetHelp ( ) : string
return string