GetTerrainCliffLevelBJ

Parameters
wherelocation
comment
patch

1.07

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