GetUnitsOfPlayerAll

Parameters
whichPlayer player
return type
group
Source code
function GetUnitsOfPlayerAll takes player whichPlayer returns group
    return GetUnitsOfPlayerMatching(whichPlayer, null)
endfunction
Source
Blizzard.j
wc3modding.com
GetUnitsOfPlayerAll