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 tous les éléments interactifs présents sur la carte actuelle.
map:getInteractives()
table
local elements = map:getInteractives() for _, elem in ipairs(elements) do global:printMessage(elem.cellId) end