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 you wish 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 got using the MaterialID() command.
Return value
This command does not return any value.
Supported OS
Windows, Linux