GetRectWidthBJ

Parameters
r rect
return type
real
Source code
function GetRectWidthBJ takes rect r returns real
    return GetRectMaxX(r) - GetRectMinX(r)
endfunction
Source
Blizzard.j
wc3modding.com
GetRectWidthBJ