Table of Contents

 
GetNumMusic
 

Purpose

Gets the number of music clips in the manager

 

Protoype

int CSoundMngr::GetNumMusic ()
 

Description

This function returns the number of music clips in the manager

 

Use

CSoundMngr sound;
int i_num_music = sound.GetNumMusic();
 

Prev: GetMusicPosition
Next: GetNumSFX