MoveBillboardGroup()

Syntax

MoveBillboardGroup(#BillboardGroup, x, y, z [, Mode])
Description
Moves a billboard group by the specified x, y and z values. This is by default a relative move, based on the current location of the billboard group.

Parameters

#BillboardGroup The billboard group to move.
x, y, z The new position of the billboard group.
Mode (optional) It can be one of the following values:
  #PB_Relative: relative move, from the current billboard group position (default).
  #PB_Absolute: absolute move to the specified position.
combined with one of the following values:
  #PB_Local : local move.
  #PB_Parent: move relative to the parent position.
  #PB_World : move relative to the world.

Return value

None.

Supported OS

All

<- MoveBillboard() - Billboard Index - RemoveBillboard() ->