FreeBillboardGroup()
Syntax
FreeBillboardGroup(#BillboardGroup)Description
Frees the specified billboard group and any billboards contained within it. All its associated memory is released and this object cannot be used anymore.
Parameters
#BillboardGroup The billboard group to free. If #PB_All is specified, all the remaining billboard groups are freed.
Return value
None.
Remarks
All remaining billboard groups are automatically freed when the program ends.
Supported OS
All