|
A group of events in an imported FMOD Designer project. More...
Public Member Functions | |
void | freeData () |
Release the resource data for this group and its subgroups. | |
bool | isDataLoaded () |
Test whether the resource data for this group has been loaded. | |
bool | loadData (bool loadStreams=true, bool loadSamples=true) |
Load the resource data for this group, if it has not already been loaded (either directly or indirectly through a parent group). | |
Public Attributes | |
DO NOT MODIFY!! | |
SFXFMODEventGroup | fmodGroup |
DO NOT MODIFY!! | |
string | fmodName |
DO NOT MODIFY!! | |
SFXFMODProject | fmodProject |
DO NOT MODIFY!! |
A group of events in an imported FMOD Designer project.
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.
bool SFXFMODEventGroup::loadData | ( | bool | loadStreams = true , |
|
bool | loadSamples = true | |||
) |
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.
loadStreams | Whether to open streams. | |
loadSamples | Whether to load sample banks. |
DO NOT MODIFY!!
string SFXFMODEventGroup::fmodName |
DO NOT MODIFY!!
DO NOT MODIFY!!