GetRectCenter
- Parameters
-
whichRect rect
- comment
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
location
- Source code
-
function GetRectCenter takes rect whichRect returns location return Location(GetRectCenterX(whichRect), GetRectCenterY(whichRect)) endfunction