object - commandobject - unit - tank - builder


int IsGoodPointForCurrentBuild(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 point (nX, nY, nZ) is good to start current work, false otherwise.

Description

See also
IsInGoodPointForCurrentBuild