GetTerrainVarianceBJ

Parameters
wherelocation
comment
patch

1.18a

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