SetTerrainPathableBJ

Parameters
where location
t pathingtype
flag boolean
comment
patch

1.18a

Source
Blizzard.j
return type
nothing
Source code
function SetTerrainPathableBJ takes location where, pathingtype t, boolean flag returns nothing
    call SetTerrainPathable(GetLocationX(where), GetLocationY(where), t, flag)
endfunction