SoundMgr::GetFirstSoundGroup
Defined in:
Returns the first registered sound group.
C4Sound.h
Prototype
SoundGroup *GetFirstSoundGroup(void) const;
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::GetDefaultSoundGroup