Cronous Emulation Server Daemon

GameServer.map_manager Property

Map manager.

[Visual Basic]
Public Property ReadOnly map_manager As MapManager
[C#]
public MapManager map_manager { get; }
[C++]
public: __property MapManager* get_map_manager();
[JScript]
public function get map_manager() : MapManager

See Also

GameServer Class | croemud.game Namespace