SetUnitPosition
- Parameters
-
whichUnit unit
newX real
newY real
- comment
- note
-
This cancels the orders of the unit. If you want to move a unit without canceling its orders use
SetUnitX
/SetUnitY
. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native SetUnitPosition takes unit whichUnit, real newX, real newY returns nothing