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