Passer au contenu principal

Documentation Index

Fetch the complete documentation index at: https://docs.dotouch-emu.com/llms.txt

Use this file to discover all available pages before exploring further.

Obtenir l’identifiant du défi de combat actuel.

🎮 Méthode

fightChallenge:getChallengeId()

💎 Valeur de retour

TypeDescription
intIdentifiant du défi (0 si aucun défi actif).

💡 Exemple

local challengeId = fightChallenge:getChallengeId()
if challengeId > 0 then
    fightDebug:print("Identifiant du défi actif : " .. challengeId)
end