object - commandobject - unit - tank - repairer


int GetOperateOnTargetLocationX(unit uTarget)

Scope: private

Parameters
uTarget - object on which we have to operate.

Return values
X-coordinate of point where we have to stay to operate on target uTarget.

Description
This function is used to calculate point where we should move to operate on target uTarget.
This function stores this point in static variable, so must be called before fuctions GetOperateOnTargetLocationY and GetOperateOnTargetLocationZ.

See also
GetOperateOnTargetLocationY, GetOperateOnTargetLocationZ