GetRectHeightBJ

Parameters
r rect
return type
real
Source code
function GetRectHeightBJ takes rect r returns real
    return GetRectMaxY(r) - GetRectMinY(r)
endfunction
Source
Blizzard.j
wc3modding.com
GetRectHeightBJ