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
return type
group
Source code
function GetUnitsInRectAll takes rect r returns group
    return GetUnitsInRectMatching(r, null)
endfunction