SetTerrainPathableBJ
- Parameters
-
where location
t pathingtype
flag boolean
- 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
- Source
- Blizzard.j
- wc3modding.com
- SetTerrainPathableBJ