IsTerrainPathableBJ

Parameters
wherelocation
tpathingtype
comment
patch

1.18a

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
boolean
Source code
function IsTerrainPathableBJ takes location where, pathingtype t returns boolean
    return IsTerrainPathable(GetLocationX(where), GetLocationY(where), t)
endfunction