⚔️ fight_GetFreeCellsAround(cellId, radius)
Retourne les cellules libres autour d'une cellule dans un rayon donné. Fonction IA combat.
fight_GetFreeCellsAround(cellId, radius)
FightVoir IAluaFunctionsManager.cs pour la signature exacte.
Paramètres
cellId (int), radius (int)
Valeur de retour
table Lua
Exemple
local cells = fight_GetFreeCellsAround(312, 2)