Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
JSI_Sound Namespace Reference

Functions

void StartMusic (void *cbdata)
 
void StopMusic (void *cbdata)
 
void ClearPlaylist (void *cbdata)
 
void AddPlaylistItem (void *cbdata, std::wstring filename)
 
void StartPlaylist (void *cbdata, bool looping)
 
void PlayMusic (void *cbdata, std::wstring filename, bool looping)
 
void PlayUISound (void *cbdata, std::wstring filename, bool looping)
 
void PlayAmbientSound (void *cbdata, std::wstring filename, bool looping)
 
bool MusicPlaying (void *cbdata)
 
void RegisterScriptFunctions (ScriptInterface &scriptInterface)
 

Function Documentation

void JSI_Sound::AddPlaylistItem ( void *  cbdata,
std::wstring  filename 
)

Definition at line 52 of file JSInterface_Sound.cpp.

void JSI_Sound::ClearPlaylist ( void *  cbdata)

Definition at line 46 of file JSInterface_Sound.cpp.

bool JSI_Sound::MusicPlaying ( void *  cbdata)

Definition at line 82 of file JSInterface_Sound.cpp.

void JSI_Sound::PlayAmbientSound ( void *  cbdata,
std::wstring  filename,
bool  looping 
)

Definition at line 76 of file JSInterface_Sound.cpp.

void JSI_Sound::PlayMusic ( void *  cbdata,
std::wstring  filename,
bool  looping 
)

Definition at line 64 of file JSInterface_Sound.cpp.

void JSI_Sound::PlayUISound ( void *  cbdata,
std::wstring  filename,
bool  looping 
)

Definition at line 70 of file JSInterface_Sound.cpp.

void JSI_Sound::RegisterScriptFunctions ( ScriptInterface scriptInterface)

Definition at line 103 of file JSInterface_Sound.cpp.

void JSI_Sound::StartMusic ( void *  cbdata)

Definition at line 34 of file JSInterface_Sound.cpp.

void JSI_Sound::StartPlaylist ( void *  cbdata,
bool  looping 
)

Definition at line 58 of file JSInterface_Sound.cpp.

void JSI_Sound::StopMusic ( void *  cbdata)

Definition at line 40 of file JSInterface_Sound.cpp.