isWalkable
map:isWalkable(cellId)Nom
Type
Description
local targetCell = 256
if map:isWalkable(targetCell) then
map:moveToCell(targetCell)
else
global:printError("Cellule " .. targetCell .. " inaccessible")
endMis à jour
map:isWalkable(cellId)local targetCell = 256
if map:isWalkable(targetCell) then
map:moveToCell(targetCell)
else
global:printError("Cellule " .. targetCell .. " inaccessible")
endMis à jour