GetMapEngine
From Spheriki
Returns the current Sphere Map Object being used by the engine.
Contents |
[edit]
Usage
MapObject GetMapEngine();
[edit]
Examples
//Assume the map engine is already //started before this code. var Mappy = GetMapEngine();
See Map.save() for more details.
[edit]
Notes
May only be used while the map engine is running.
[edit]

