Pyrogenesis
13997
|
#include "precompiled.h"
#include "scriptinterface/ScriptInterface.h"
#include "JSInterface_Sound.h"
#include "lib/config2.h"
#include "lib/utf8.h"
#include "maths/Vector3D.h"
#include "ps/Filesystem.h"
#include "soundmanager/SoundManager.h"
#include <sstream>
Go to the source code of this file.
Namespaces | |
JSI_Sound | |
Functions | |
void | JSI_Sound::StartMusic (void *cbdata) |
void | JSI_Sound::StopMusic (void *cbdata) |
void | JSI_Sound::ClearPlaylist (void *cbdata) |
void | JSI_Sound::AddPlaylistItem (void *cbdata, std::wstring filename) |
void | JSI_Sound::StartPlaylist (void *cbdata, bool looping) |
void | JSI_Sound::PlayMusic (void *cbdata, std::wstring filename, bool looping) |
void | JSI_Sound::PlayUISound (void *cbdata, std::wstring filename, bool looping) |
void | JSI_Sound::PlayAmbientSound (void *cbdata, std::wstring filename, bool looping) |
bool | JSI_Sound::MusicPlaying (void *cbdata) |
void | JSI_Sound::RegisterScriptFunctions (ScriptInterface &scriptInterface) |