C4 Engine
C4 Engine API Documentation

SoundMgr::GetFirstSoundGroup

Defined in:  C4Sound.h
Returns the first registered sound group.
Prototype

SoundGroup *GetFirstSoundGroup(voidconst;

Description
The GetFirstSoundGroup function returns the first sound group in the list maintained by the Sound Manager. If no groups are registered, then the return value is nullptr. Iteration through the entire list of registered sound groups can be accomplished using the MapElement::GetNextMapElement function on a SoundGroup object.
See Also

SoundMgr::RegisterSoundGroup

SoundMgr::FindSoundGroup

SoundMgr::GetDefaultSoundGroup

SoundMgr::SetDefaultSoundGroup

SoundGroup