nw::snd::SoundSystem::GetMasterVolume Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>
static float GetMasterVolume();

Arguments

None.

Return Values

Returns the current master volume value.

Description

Gets the current master volume.

Gets the master volume currently set by SetMasterVolume.

Returns the instantaneous volume value at the time of access if the volume varies over time.

See Also

SetMasterVolume

Revision History

2010/01/26
Adjusted the wording.
2010/01/15
Initial version.

CONFIDENTIAL