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