GetTerrainTypeBJ

Parameters
where location
return type
integer
Source code
function GetTerrainTypeBJ takes location where returns integer
    return GetTerrainType(GetLocationX(where), GetLocationY(where))
endfunction
Source
Blizzard.j
wc3modding.com
GetTerrainTypeBJ