SetTerrainPathableBJ
- Parameters
where locationt pathingtypeflag boolean- comment
- patch
1.18a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- 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