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.

Vérifier si c’est actuellement le tour de ce personnage.

🎮 Méthode

fightCharacter:isItMyTurn()

💎 Valeur de retour

TypeDescription
booleantrue si c’est notre tour.

💡 Exemple

function fightManagement()
    if fightCharacter:isItMyTurn() == true then
        -- ... effectuer les actions du tour ...
    end
end