|
|
| AmigaSoundMan_ns (Parallaction_ns *vm) |
| |
|
void | playMusic () override |
| |
|
void | stopMusic () override |
| |
|
void | playSfx (const char *filename, uint channel, bool looping, int volume) override |
| |
|
void | stopSfx (uint channel) override |
| |
|
void | playCharacterMusic (const char *character) override |
| |
|
void | playLocationMusic (const char *location) override |
| |
|
| SoundMan_ns (Parallaction_ns *vm) |
| |
|
void | setMusicFile (const char *filename) |
| |
|
virtual void | pause (bool p) |
| |
|
void | execute (int command, const char *parm) override |
| |
|
void | setMusicVolume (int value) |
| |
|
| enum | { MUSIC_ANY,
MUSIC_CHARACTER,
MUSIC_LOCATION
} |
| |
|
Parallaction_ns * | _vm |
| |
|
Audio::Mixer * | _mixer |
| |
|
char | _musicFile [200] |
| |
|
bool | _sfxLooping |
| |
|
int | _sfxVolume |
| |
|
int | _sfxRate |
| |
|
uint | _sfxChannel |
| |
|
int | _musicType |
| |
The documentation for this class was generated from the following file: