C4 Engine Terathon Software C4 Engine API Documentation

• Sound Manager

API Links
Developer Links

SoundMgr::ResumeAllSounds

Defined in:  C4Sound.h
Resumes all sounds which are currently paused.
Prototype

void ResumeAllSounds(void);

Description
The ResumeAllSounds function resumes all sounds which are currently paused. This function is normally called to balance a previous call to SoundMgr::PauseAllSounds.
See Also

SoundMgr::PauseAllSounds

SoundMgr::StopAllSounds

Sound::Resume