GetUnitsInRangeOfLocAll
- Parameters
-
radius real
whichLocation location
- 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 GetUnitsInRangeOfLocAll takes real radius, location whichLocation returns group return GetUnitsInRangeOfLocMatching(radius, whichLocation, null) endfunction