Table of Contents

 
RemoveSFX
 

Purpose

Removes the specified sfx clip

 

Protoype

void CSoundMngr::RemoveSFX (string str_sfx)
 

Parameters

sfx the ID of the sfx object to remove
 

Description

This function removes the single given sfx object from the manager and frees any memory used by that object.

 

Use

CSoundMngr sound;
sound.RemoveSFX("my_sfx");
 

Prev: RemoveMusic
Next: Reserve