SoundGroup::GetVolume
Defined in:
Returns the volume of a sound group.
C4Sound.h
Prototype
float GetVolume(void) const;
Description
The GetVolume
function returns the volume applied to all sounds that are members of a sound group.A sound is added to or removed from a sound group using the
Sound::SetSoundGroup
function.
See Also