IsTerrainPathableBJ
- Parameters
-
where location
t pathingtype
- comment
- patch
1.18a
- Source
- Blizzard.j
- return type
boolean
- Source code
function IsTerrainPathableBJ takes location where, pathingtype t returns boolean return IsTerrainPathable(GetLocationX(where), GetLocationY(where), t) endfunction