object - commandobject


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

Parameters
nX1 - X-coordinate of flatten line begin.
nY1 - Y-coordinate of flatten line begin.
nZ1 - Z-coordinate of flatten line begin.
nX2 - X-coordinate of flatten line end.
nY2 - Y-coordinate of flatten line end.
nZ2 - Z-coordinate of flatten line end.

Description
Command for Builder to flaten terrain from point (nX1, nY1, nZ1) to (nX2, nY2, nZ2).