AddBillboard()

Syntax

AddBillboard(#Billboard, #BillboardGroup, x, y, z)
Description
Adds a billboard to the specified billboard group at the given position, relative to the position of the billboard group. The billboard group must have previously been created using the CreateBillboardGroup() command.

Parameters

#Billboard - The unique numeric value used to identify this billboard.

#BillboardGroup - The number of the billboard group you want to attach the new billboard to.

x - X co-ordinate to create billboard at, relative to the X co-ordinate of the billboard group.

y - Y co-ordinate to create billboard at, relative to the Y co-ordinate of the billboard group.

z - Z co-ordinate to create billboard at, relative to the Z co-ordinate of the billboard group.

Return value

This command does not return any value.

Supported OS

Windows, Linux

Billboard Index - BillboardGroupLocate() ->