object - commandobject - unit


void CallMoveCountFields(int nX, int nY, int nZ, int nCount)

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.
nCount - count of grids we have to move.

Return values
none

Description
This function begins moving nCount-grids in point (nX, nY, nZ) direction.

See also
IsMoving, CallMoveToPoint, CallMoveOneField