C# Class DarkEmu_GameServer.EventMain

Show file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
commands List

Public Methods

Method Description
EventMain ( ) : System
EventMain ( string pathtofile ) : System
NameToEnum ( string name ) : ScriptCommandType
RunLoop ( ) : void
Start ( ) : void

Private Methods

Method Description
SpawnUnique ( List parameters ) : void
doCommand ( string command, List parameters ) : void
getMob ( int id, List param ) : obj
listToString ( List list, bool seperate = true ) : string
spawnMob ( List parameters ) : void

Method Details

EventMain() public method

public EventMain ( ) : System
return System

EventMain() public method

public EventMain ( string pathtofile ) : System
pathtofile string
return System

NameToEnum() public method

public NameToEnum ( string name ) : ScriptCommandType
name string
return ScriptCommandType

RunLoop() public method

public RunLoop ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

commands public property

public List commands
return List