CreateNUnitsAtLocFacingLocBJ
- Parameters
-
count integer
unitId integer
whichPlayer player
loc location
lookAt location
- comment
- patch
1.00
- Source
- Blizzard.j
- 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