C4 Engine
C4 Engine API Documentation

SoundMgr::GetDefaultSoundGroup

Defined in:  C4Sound.h
Returns the default sound group.
Prototype

SoundGroup *GetDefaultSoundGroup(voidconst;

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

SoundMgr::SetDefaultSoundGroup

SoundMgr::RegisterSoundGroup

SoundMgr::GetFirstSoundGroup

SoundMgr::FindSoundGroup

SoundGroup