Cronous Emulation Server Daemon

MapEngine Constructor 

Initializes the map engine.

[Visual Basic]
Public Sub New( _ 
   ByVal gs As GameServer, _ 
   ByVal map As Map _ 
)
[C#]
public MapEngine(
   GameServer gs,
   Map map
);
[C++]
public: MapEngine(
   GameServer* gs,
   Map* map
);
[JScript]
public function MapEngine(
   GameServer gs,
   Map map
);

Parameters

gs
Game server.
map
Map.

See Also

MapEngine Class | croemud.map Namespace