C# Class DarkEmu_GameServer.ScriptCommand

Mostrar archivo Open project: CarlosX/DarkEmu Class Usage Examples

Public Methods

Method Description
Parse ( string line ) : ScriptCommand
ScriptCommand ( ) : System
ScriptCommand ( string commandLine ) : System
ScriptCommand ( string type, List parm ) : System

Method Details

Parse() public method

public Parse ( string line ) : ScriptCommand
line string
return ScriptCommand

ScriptCommand() public method

public ScriptCommand ( ) : System
return System

ScriptCommand() public method

public ScriptCommand ( string commandLine ) : System
commandLine string
return System

ScriptCommand() public method

public ScriptCommand ( string type, List parm ) : System
type string
parm List
return System