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.

Déplacer l’invocation le plus près possible d’une cellule cible.

🎮 Méthode

fightSlave:moveTowardCell(cellId)

📝 Arguments

NomTypeDescription
cellIdintIdentifiant de la cellule cible.

💎 Valeur de retour

TypeDescription
void

💡 Exemple

local enemyCell = fightSlave:getNearestEnemy()
fightSlave:moveTowardCell(enemyCell)