Jump to content

VoxelBarrelOffsetToBuildingPivotPoint

From ModEnc²
Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: VoxelBarrelOffsetToBuildingPivotPoint
File(s): rules(md).ini
Values: X,Y,Z; Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: 0,0,0
Applicable to: BuildingTypes


Specifies the offset, in pixels, for this building's voxel barrel's pivot point. The offset is measured from the building origin, the top corner of its foundation.

This offset is expressed in X,Y,Z format, with each value moving the pivot point as follows:

  • X: Positive values move the pivot point to bottom-right, negative values move the point to top-left.
  • Y: Positive values move the pivot point to top-right, negative values move the point to bottom-left.
  • Z: Positive values move the pivot point up, negative values moves the pivot point down.

Note that moving the offset also adjusts the barrel's drawing layer relative to the turret and other objects.

See Also