The search keyword must be a single word (no spaces).

Function SetUnitPositionLoc

Line
2886
Location
common.j
Constant?
no
Type
native
Arguments
unit whichUnit, location whichLocation
Returns
nothing
2886
native          SetUnitPositionLoc  takes unit whichUnit, location whichLocation returns nothing
2887
native          SetUnitFacing       takes unit whichUnit, real facingAngle returns nothing
2888
native          SetUnitFacingTimed  takes unit whichUnit, real facingAngle, real duration returns nothing
2889
native          SetUnitMoveSpeed    takes unit whichUnit, real newSpeed returns nothing
2890
native          SetUnitFlyHeight    takes unit whichUnit, real newHeight, real rate returns nothing
2891
native          SetUnitTurnSpeed    takes unit whichUnit, real newTurnSpeed returns nothing