C4 Engine
C4 Engine API Documentation

Sound::ResumeSound

Defined in:  C4Sound.h
Resumes a sound.
Prototype

void ResumeSound(void);

Description
The ResumeSound function resumes a previously paused sound. If the sound is not paused, then the ResumeSound function has no effect. A sound will not resume playing until the ResumeSound function has been called to balance each previous call to the Sound::PauseSound function (i.e., the sound keeps track of an internal pause count).
See Also

Sound::PauseSound