object - commandobject - unit - tank - carrier


int GetContainerTakeLocationY(int nX, int nY, int nZ)

Scope: private

Parameters
nX - X-coordinates of point where is single container.
nY - Y-coordinates of point where is single container.
nZ - Z-coordinates of point where is single container.

Return values
Y-coordinate of point from which we can get container laying on ground in point (nX, nY, nZ).

Description
This function returns point calculated in function GetContainerTakeLocationX.

See also
FindSingleContainer, GetContainerTakeLocationX, GetContainerTakeLocationZ