object - commandobject - unit - tank - transporter


int CanPutUnitFromHookInPoint(int nX, int nY, int nZ)

Scope: private

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

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

Description
[MP]
Returned value depends on type of transported unit. If there is no unit in hook then function returns false.

See also