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 l’ID d’entité sur une cellule spécifique.
fightAction:getFighter(cellId)
cellId
int
double
nil
local fighter = fightAction:getFighter(cell) if fighter ~= nil then fightDebug:print("ID de l'entité : " .. fighter) end