CreateNUnitsAtLocFacingLocBJ

Parameters
countinteger
unitIdinteger
whichPlayerplayer
loclocation
lookAtlocation
comment
patch

1.00

Source
Blizzard.j (suggest an edit or discuss on Github)
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