Sound::VolumeVarying
Defined in:
Returns a boolean value indicating whether a sound's volume is being varied.
C4Sound.h
Prototype
bool VolumeVarying(void) const;
Description
The VolumeVarying
function returns true
if the sound's volume is currently being varied; otherwise it returns false
. If the sound is not playing, then the VolumeVarying
function always returns false
.
See Also