SoundMgr::GetMasterVolume
Defined in:
Returns the master volume that is applied to all sounds.
C4Sound.hPrototype
float GetMasterVolume(void) const;
Description
The GetMasterVolume function returns the master volume that is applied to all sounds. The volume of any particular sound is determined by multiplying the master volume by the sound's group volume, if any, and by the volume of the sound itself.
See Also
