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