GetUnitsInRectAll

Parameters
rrect
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 (raise an issue to discuss on Github or submit a PR)
return type
group
Source code
function GetUnitsInRectAll takes rect r returns group
    return GetUnitsInRectMatching(r, null)
endfunction