GetTerrainVarianceBJ
- Parameters
where location- comment
- patch
1.18a
- Source
- Blizzard.j (raise an issue to discuss on Github or submit a PR)
- return type
integer- Source code
function GetTerrainVarianceBJ takes location where returns integer return GetTerrainVariance(GetLocationX(where), GetLocationY(where)) endfunction