C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

Sound::Resume

Defined in:  C4Sound.h
Resumes a sound.
Prototype

void Resume(void);

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

Sound::Pause