![]() |
• Sound Manager |
|
API Links
Developer Links
|
SoundMgr::GetFirstSoundGroupDefined in:
Returns the first registered sound group.
C4Sound.hPrototype
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::Next function on a SoundGroup object.
See Also
|