SoundMgr::FindSoundGroup
Defined in:  
Finds a registered sound group.
C4Sound.hPrototype
SoundGroup *FindSoundGroup(SoundGroupType type) const;
Parameters
| type | The type of the sound group to return. | 
Description
The FindSoundGroup function returns the sound group having the type specified by the type parameter. If no sound group with that type is registered, then the return value is nullptr.
See Also
SoundMgr::GetDefaultSoundGroup
