BillboardGroupX()

Syntax

Result = BillboardGroupX(#BillboardGroup [, Mode])
Description
Determines the absolute position of the billboard group in the world.

Parameters

#BillboardGroup The number of the billboard group to get the position of.
Mode (optional) The mode to get the 'x' position. It can be one of the following value:
  #PB_Absolute: get the absolute 'x' position of the billboard group in the world (default).
  #PB_Relative: get the 'x' position of the billboard group relative to its parent.

Return value

The absolute 'x' position of the billboard group.

Supported OS

All

<- BillboardGroupMaterial() - Billboard Index - BillboardGroupY() ->