Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Functions | |
void | StartMusic () |
void | StopMusic () |
void | ClearPlaylist () |
void | AddPlaylistItem (const std::wstring &filename) |
void | StartPlaylist (bool looping) |
void | PlayMusic (const std::wstring &filename, bool looping) |
void | PlayUISound (const std::wstring &filename, bool looping) |
void | PlayAmbientSound (const std::wstring &filename, bool looping) |
bool | MusicPlaying () |
void | SetMasterGain (float gain) |
void | SetMusicGain (float gain) |
void | SetAmbientGain (float gain) |
void | SetActionGain (float gain) |
void | SetUIGain (float gain) |
void | RegisterScriptFunctions (const ScriptRequest &rq) |
void JSI_Sound::AddPlaylistItem | ( | const std::wstring & | filename | ) |
void JSI_Sound::ClearPlaylist | ( | ) |
bool JSI_Sound::MusicPlaying | ( | ) |
void JSI_Sound::PlayAmbientSound | ( | const std::wstring & | filename, |
bool | looping | ||
) |
void JSI_Sound::PlayMusic | ( | const std::wstring & | filename, |
bool | looping | ||
) |
void JSI_Sound::PlayUISound | ( | const std::wstring & | filename, |
bool | looping | ||
) |
void JSI_Sound::RegisterScriptFunctions | ( | const ScriptRequest & | rq | ) |
void JSI_Sound::SetActionGain | ( | float | gain | ) |
void JSI_Sound::SetAmbientGain | ( | float | gain | ) |
void JSI_Sound::SetMasterGain | ( | float | gain | ) |
void JSI_Sound::SetMusicGain | ( | float | gain | ) |
void JSI_Sound::SetUIGain | ( | float | gain | ) |
void JSI_Sound::StartMusic | ( | ) |
void JSI_Sound::StartPlaylist | ( | bool | looping | ) |
void JSI_Sound::StopMusic | ( | ) |