C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

Sound::Fading

Defined in:  C4Sound.h
Returns a boolean value indicating whether a sound is fading.
Prototype

bool Fading(voidconst;

Description
The Fading functions returns true is the sound is currently fading; otherwise it returns false. If the sound is not playing, then the Fading function always returns false.
See Also

Sound::Fade

Sound::SetFadeProc