IsTerrainPathableBJ

Parameters
where location
t pathingtype
comment
patch

1.18a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
boolean
Source code
function IsTerrainPathableBJ takes location where, pathingtype t returns boolean
    return IsTerrainPathable(GetLocationX(where), GetLocationY(where), t)
endfunction