object - commandobject - unit - tank - builder


int  AddElementPoint(int nX, int nY, int nZ)

Scope: private

Parameters
nX - X-coordinate of added point.
nY - Y-coordinate of added point.
nZ - Z-coordinate of added point.

Return values
True if point (nX, nY, nZ) were added to set of points for build, false otherwise.

Description
This function is used to add point (nX, nY, nZ) to set of points where Builder will perform works depend on mode set by function SetBuildTypeBuildElements.
Function can be used in combination with AddElementPoint.

See also
SetBuildTypeBuildElements, AddElementsLine, NextElementPoint