object - commandobject - unit - tank - repairer


int IsInGoodPointForOperateOnTarget(unit uTarget)

Scope: private

Parameters
uTarget - object on which we have to operate.

Return values
True if we are in location allowing for operating on object uTarget, false otherwise.

Description
This function is used to check if we are located near by object uTarget. If this function will return true, then we can start work.

See also
IsGoodPointForOperateOnTarget