object - commandobject - unit


void CallMoveLowToPoint(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 it is flying unit it will fly low to this point.

See also
IsMoving, CallMoveToPoint