C4 Engine
C4 Engine API Documentation

SoundMgr::FindSoundGroup

Defined in:  C4Sound.h
Finds a registered sound group.
Prototype

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::RegisterSoundGroup

SoundMgr::GetFirstSoundGroup

SoundMgr::GetDefaultSoundGroup

SoundMgr::SetDefaultSoundGroup

SoundGroup