BillboardGroupMaterial()

Syntax

BillboardGroupMaterial(#BillboardGroup, MaterialID)
Description
Assigns a material to the specified billboard group. This material will be used by all the billboards added to this group. A group can only have one material assigned at any point in time.

Parameters

#BillboardGroup The number of the billboard group to assign a new material to.
MaterialID The ID number of the material to assign to the billboard group (and billboards). A valid 'MaterialID' can be easily obtained by using the MaterialID() function.

Return value

None.

Supported OS

All

<- BillboardGroupID() - Billboard Index - BillboardGroupX() ->