object - commandobject - unit - tank - builder


void SetBuildTypeBuildBuilding(int nX, int nY, int nZ, int nAlphaAngle, int nBuildingID)

Scope: private

Parameters
nX - X-coordinate of point where we have to construct building.
nY - Y-coordinate of point where we have to construct building.
nZ - Z-coordinate of point where we have to construct building.
nAlphaAngle - building angle (0-3).
nBuildingID - building identifier.

Return values
none

Description
This function sets parameters of building construction. To find place where we have to stay to construct this building we should use function GetCurrentBuildLocationX.

See also
CallBuildBuilding, GetCurrentBuildLocationX, GetCurrentBuildLocationY, GetCurrentBuildLocationZ