GetUnitsInRectAll
- Parameters
-
r rect
- comment
- note
-
Creates a new group object and returns it. The caller must remove it on its own after use.
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
group
- Source code
-
function GetUnitsInRectAll takes rect r returns group return GetUnitsInRectMatching(r, null) endfunction