Properties
-
bool BACKGROUND_MUSIC_PAUSED = false -
AudioStreamPlayer CURRENT_BACKGROUND_MUSIC -
AudioStreamPlayer LAST_BACKGROUND_MUSIC -
float PAUSED_BACKGROUND_MUSIC_POSITION = 0.0 -
bool ALL_SPEAKERS_PAUSED = false -
Dictionary[String, bool] PAUSED_SPEAKERS = {} -
Dictionary[String, float] PAUSED_SPEAKER_POSITIONS = {}
Methods
-
void play_speaker(String name) -
void pause_speaker(String name) -
void pause_all_playing_speakers() -
void resume_all_paused_speakers() -
void stop_speaker(String name) -
void stop_all_speakers() -
void stop_and_clean_up_speakers(bool destroy = false) -
void _on_music_finished() -
void play_next_background_music() -
void pause_background_music() -
void resume_background_music() -
void stop_and_clean_up_background_music(bool destroy = false)
Download