GetUnitsInRangeOfLocAll

Parameters
radius real
whichLocation location
return type
group
Source code
function GetUnitsInRangeOfLocAll takes real radius, location whichLocation returns group
    return GetUnitsInRangeOfLocMatching(radius, whichLocation, null)
endfunction
Source
Blizzard.j
wc3modding.com
GetUnitsInRangeOfLocAll