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 les cellules praticables selon un motif en croix autour d’un centre.

🎮 Méthode

fightAction:getCells_cross(centerCell, minRadius, radius)

📝 Arguments

NomTypeDescription
centerCellintIdentifiant de la cellule centrale.
minRadiusintRayon minimum (exclusion intérieure).
radiusintRayon extérieur.

💎 Valeur de retour

TypeDescription
{int}Liste des cellules selon le motif en croix.

💡 Exemple

local zone = fightAction:getCells_cross(fightCharacter:getCellId(), 0, 3)