Planeshift
|
Interface to implement to handle SoundControl's events. More...
#include <soundctrl.h>
Public Member Functions | |
virtual void | OnSoundChange (SoundControl *sndCtrl)=0 |
This function is called everytime the volume or the toggle change. |
Interface to implement to handle SoundControl's events.
Definition at line 49 of file soundctrl.h.
virtual void iSoundControlListener::OnSoundChange | ( | SoundControl * | sndCtrl | ) | [pure virtual] |
This function is called everytime the volume or the toggle change.
sndCtrl | the SoundControl that has been changed. |
Implemented in SoundHandle, and SoundSectorManager.