Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Obtenir les coordonnées de la carte actuelle.
map:getCoordinates()
object
x
y
local coords = map:getCoordinates() global:printMessage("X: " .. coords.x .. " Y: " .. coords.y)