GetTerrainTypeBJ

Parameters
where location
comment
patch

1.18a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
integer
Source code
function GetTerrainTypeBJ takes location where returns integer
    return GetTerrainType(GetLocationX(where), GetLocationY(where))
endfunction