MoveBillboard()

Syntax

MoveBillboard(#Billboard, #BillboardGroup, x, y, z)
Description
Moves a billboard which is contained in a billboard group by the specified x, y and z values. This is a relative move based on the current location of the billboard. To perform an absolute move (actually, relative to the coordinates of the billboard group) use BillboardLocate().

Parameters

#Billboard The billboard to move.
#BillboardGroup The billboard group which contains the billboard.
x, y, z The offset to add to the current position of the billboard.

Return value

None.

Supported OS

All

<- IsBillboardGroup() - Billboard Index - MoveBillboardGroup() ->