C4 Engine
C4 Engine API Documentation

Sound::VolumeVarying

Defined in:  C4Sound.h
Returns a boolean value indicating whether a sound's volume is being varied.
Prototype

bool VolumeVarying(voidconst;

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

Sound::VaryVolume

Sound::FrequencyVarying