object - commandobject - unit


void CallMoveLowToPointForce(int nX, int nY, int nZ)

Scope: private

Parameters
nX - X-coordinate of point to which we have to move.
nY - Y-coordinate of point to which we have to move.
nZ - Z-coordinate of point to which we have to move.

Return values
none

Description
This function begins moving to point (nX, nY, nZ).
If this point is occupied by other unit it will be withrawed and after stop we will not allow to withraw us.
If it is flying unit it will fly low to this point.

See also
IsMoving, CallMoveToPoint, CallMoveLowToPoint