SoundMgr::GetDefaultSoundGroup
Defined in:
Returns the default sound group.
C4Sound.h
Prototype
SoundGroup *GetDefaultSoundGroup(void) const;
Description
The GetDefaultSoundGroup
function returns a pointer to the default sound group. If there is no default sound group, then the return value is nullptr
. When a default sound group exists, each sound is automatically added to that group when the Sound::LoadSound
function is called.
See Also