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 d’entités impliqués dans le défi actuel.
fightChallenge:getTargetIds()
{double}
local ids = fightChallenge:getTargetIds() for _, id in ipairs(ids) do fightDebug:print("Cible du défi : " .. id) end