|
API Links
Developer Links
|
Sound::Fading
Defined in: C4Sound.h
Returns a boolean value indicating whether a sound is fading.
Prototype
bool Fading(void) const;
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
|