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 co-ordinates of the billboard group) use BillboardLocate().

Parameters

#Billboard - The number of the billboard which you want to move.

#BillboardGroup - The number of the billboard group which contains the billboard.

x - The offset to add to the current X position of the billboard.

y - The offset to add to the current Y position of the billboard.

z - The offset to add to the current Z position of the billboard.

Return value

This command does not return any value.

Supported OS

Windows, Linux

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