SFXFMODEventGroup

A group of events in an imported FMOD Designer project.

Inherit:
SimDataBlock

Description

A group of events in an imported FMOD Designer project.

Methods

void SFXFMODEventGroup::freeData()

Release the resource data for this group and its subgroups.

bool SFXFMODEventGroup::isDataLoaded()

Test whether the resource data for this group has been loaded.

Returns:True if the resource data for this group is currently loaded.
bool SFXFMODEventGroup::loadData(bool loadStreams, bool loadSamples)

Load the resource data for this group, if it has not already been loaded (either directly or indirectly through a parent group). This method works recursively and thus data for direct and indirect child groups to this group will be loaded as well.

Parameters:
  • loadStreams – Whether to open streams.
  • loadSamples – Whether to load sample banks.
Returns:

True if the data has been successfully loaded; false otherwise.

Fields

SFXFMODEventGroup SFXFMODEventGroup::fmodGroup

DO NOT MODIFY!!

string SFXFMODEventGroup::fmodName

DO NOT MODIFY!!

SFXFMODProject SFXFMODEventGroup::fmodProject

DO NOT MODIFY!!