C4 Engine
C4 Engine API Documentation

Sound::FrequencyVarying

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

bool FrequencyVarying(voidconst;

Description
The FrequencyVarying function returns true if the sound's frequency is currently being varied; otherwise it returns false. If the sound is not playing, then the FrequencyVarying function always returns false.
See Also

Sound::VaryFrequency

Sound::VolumeVarying