Table of Contents

 
RemoveAllSFX
 

Purpose

Removes all sfx clips

 

Protoype

void CSoundMngr::RemoveAllSFX ()
 

Description

This function removes all sfx clips from the manager and frees all memory used by the sfx objects.

 

Use

CSoundMngr sound;
sound.RemoveAllSFX();
 

Prev: RemoveAllMusic