|
VEGO-Engine
0.1
|
This is the complete list of members for SoundManager, including all inherited members.
| addBackgroundMusic(const std::map< BackgroundMusic, const char * > &backgroundMusic) | SoundManager | static |
| addSoundEffects(const std::map< SoundEffects, const char * > &effects) | SoundManager | static |
| fadeOutMusic(int ms) | SoundManager | static |
| pauseMusic() | SoundManager | static |
| pauseSound(int channel) | SoundManager | static |
| playMusic(BackgroundMusic sound, int loops, int volume, int milliseconds) | SoundManager | static |
| playSound(SoundEffects sound, bool canOverlap, int loops, int volume, int channel) | SoundManager | static |
| restartMusic() | SoundManager | static |
| restartSound(int channel) | SoundManager | static |
| setMusicVolume(int volume) | SoundManager | static |
| setSoundVolume(int volume, int channel) | SoundManager | static |