CreateUnitAtLoc
- Parameters
-
id player
The owner of the unit.
unitid integer
The rawcode of the unit.
whichLocation location
The position of the unit.
face real
Unit facing in degrees.
- return type
unit
- Source code
native CreateUnitAtLoc takes player id, integer unitid, location whichLocation, real face returns unit
- Source
- unit.j
- wc3modding.com
- CreateUnitAtLoc