GetRectCenterY
- Parameters
-
whichRect rect
- comment
Returns rectangle's center Y coordinate. This is equal to
((maxY + minY)/2)
.Returns zero if
whichRect
is null or invalid.- return type
real
- Source code
native GetRectCenterY takes rect whichRect returns real
- Source
- region-location.j
- wc3modding.com
- GetRectCenterY