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