object - commandobject - unit - tank - transporter


int IsUnitToGetInPoint(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 in point (nX, nY, nZ) is unit which we can transport, false otherwise.

Description
[MP]
Returned value doesn't depend on transported (or not) unit.

See also