GetMapEngine

From Spheriki

Jump to: navigation, search

Returns the current Sphere Map Object being used by the engine.


Contents

Usage

MapObject GetMapEngine();


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.

See also

Personal tools