C4 Engine
C4 Engine API Documentation

SoundGroup::GetVolume

Defined in:  C4Sound.h
Returns the volume of a sound group.
Prototype

float GetVolume(voidconst;

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

SoundGroup::SetVolume

SoundGroup::GetFrequency

SoundGroup::SetFrequency

Sound::GetSoundGroup

Sound::SetSoundGroup