![]() |
• Sound Manager | ||
|
API Links
Developer Links
|
Sound::SetSoundGroupDefined in:
Sets a sound's group.
C4Sound.hPrototype
Parameters
Description
The SetSoundGroup function sets a sound's group to that given by the group parameter. If the group parameter is nullptr, then the sound is not a member of any group.When a sound is loaded using the Sound::Load function, it is added to the default sound group, specified with the SoundMgr::SetDefaultSoundGroup function.
See Also
|