object - commandobject - unit - tank - sapper


int AddMinePoint(int nX, int nY, int nZ)

Scope: private

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

Return values
True if point was added, false otherwise.

Description
This function is used to add minning point (nX, nY, nZ). This function can be called many times, also can be conbined with function AddMineLine.
Function will return false if earlier one of functions AddMineAreaClose, AddMineAreaMedium or AddMineAreaFar added points for mine.

See also
AddMineAreaClose, AddMineAreaMedium, AddMineAreaFar, AddMineLine, ResetMinePoints, NextMinePoint