object - commandobject - unit - tank - sapper


int IsGoodPointForMine(int nX, int nY, int nZ)

Scope: private

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

Return values
True if mine can be put in point (nX, nY, nZ), false otherwise.

Description
Mine can be put in point (nX, nY, nZ) if there is good surface for Sapper, and if this point is free (no other object).

See also