Map.js - Sixish/TibiaWikiAPI GitHub Wiki
var map = Map.create();
- map.position()
- Returns an array with [x, y, z] coordinates.
- map.position(val)
- Sets the position based on the UID val.
- map.position(x, y, z)
- Sets the position based on the x, y, and z arguments.
- map.position(arr)
- Sets the position based on the array arguments (assumes [x, y, z])