GetTerrainCliffLevelBJ
- Parameters
-
where location
- comment
- patch
1.07
- Source
- Blizzard.j
- return type
integer
- Source code
function GetTerrainCliffLevelBJ takes location where returns integer return GetTerrainCliffLevel(GetLocationX(where), GetLocationY(where)) endfunction