CreateNUnitsAtLocFacingLocBJ

Parameters
count integer
unitId integer
whichPlayer player
loc location
lookAt location
return type
group
Source code
function CreateNUnitsAtLocFacingLocBJ takes integer count, integer unitId, player whichPlayer, location loc, location lookAt returns group
    return CreateNUnitsAtLoc(count, unitId, whichPlayer, loc, AngleBetweenPoints(loc, lookAt))
endfunction
Source
Blizzard.j
wc3modding.com
CreateNUnitsAtLocFacingLocBJ