C4 Engine
C4 Engine API Documentation

SoundMgr::RegisterSoundGroup

Defined in:  C4Sound.h
Registers a sound group with the Sound Manager.
Prototype

void RegisterSoundGroup(SoundGroup *group);

Parameters
group A pointer to the sound group to register.
Description
The RegisterSoundGroup function registers a sound group with the Sound Manager. A sound group does not need to be registered in order to be used, but registration causes the group's name to appear in the World Editor.
See Also

SoundMgr::GetFirstSoundGroup

SoundMgr::FindSoundGroup

SoundMgr::GetDefaultSoundGroup

SoundMgr::SetDefaultSoundGroup

SoundGroup