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’identifiant du défi de combat actuel.
fightChallenge:getChallengeId()
int
0
local challengeId = fightChallenge:getChallengeId() if challengeId > 0 then fightDebug:print("Identifiant du défi actif : " .. challengeId) end