object - commandobject


int MineTerrainClose(int nX1, int nY1, int nZ1, int nX2, int nY2, int nZ2)

Parameters
nX1 - X-coordinate of first point.
nY1 - Y-coordinate of first point.
nZ1 - Z-coordinate of first point.
nX2 - X-coordinate of second point.
nY2 - Y-coordinate of second point.
nZ2 - Z-coordinate of second point.

Description
Command for Sapper to mine terrain (mine in every point) area with opposite corners (nX1, nY1, nZ1) and (nX2, nY2, nZ2).