object - commandobject - unit - tank - repairer


int IsGoodPointForOperateOnTarget(unit uTarget, int nX, int nY, int nZ)

Scope: private

Parameters
uTarget - object on which we have to operate.
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 in uTarget neighbourhood, false otherwise.

Description

See also
IsInGoodPointForOperateOnTarget