GetTerrainTypeBJ
- Parameters
-
where location
- comment
- patch
1.18a
- Source
- Blizzard.j
- return type
integer
- Source code
function GetTerrainTypeBJ takes location where returns integer return GetTerrainType(GetLocationX(where), GetLocationY(where)) endfunction