EventProject::getUserData ( void** userdata )This method is from 'EventProject' class.
EventProject::setUserData ( void* userdata )This method is from 'EventProject' class.
EventProject::getNumEvents ( int* numevents )This method is from 'EventProject' class.
EventProject::getNumGroups ( int* numgroups )This method is from 'EventProject' class.
EventProject::getMemoryInfo ( unsigned int memorybits, unsigned int event_memorybits, unsigned int* memoryused, FMOD_MEMORY_USAGE_DETAILS* memoryused_details )This method is from 'EventProject' class.
EventProject::stopAllEvents ( bool immediate )This method is from 'EventProject' class.
EventProject::loadSampleData ( int* eventid_array, int sizeof_eventid_array, char** groupname_array, int sizeof_groupname_array, FMOD_EVENT_MODE eventmode )This method is from 'EventProject' class.
EventProject::getGroupByIndex ( int index, bool cacheevents, EventGroup** group )This method is from 'EventProject' class.
EventProject::getEventByProjectID ( unsigned int projectid, FMOD_EVENT_MODE mode, Event** event )This method is from 'EventProject' class.
EventProject::getInfo ( FMOD_EVENT_PROJECTINFO* info )This method is from 'EventProject' class.
EventProject::release ( )This method is from 'EventProject' class.
EventProject::getEvent ( char const* name, FMOD_EVENT_MODE mode, Event** event )This method is from 'EventProject' class.
...