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 identifiants de cellules impliqués dans le défi actuel.
fightChallenge:getTargetCells()
{int}
local targets = fightChallenge:getTargetCells() for _, targetCell in ipairs(targets) do fightDebug:print("Cellule du défi : " .. targetCell) end