object - commandobject - unit


void CallMoveToPoint(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 not be withrawed.

See also
IsMoving, CallMoveToPointForce