MCPcopy Create free account
hub / github.com/EasyRPG/Player / BgmStop

Method BgmStop

src/game_system.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void Game_System::BgmStop() {
125 music_request_id = FileRequestBinding();
126 data.current_music.name = "(OFF)";
127 Audio().BGM_Stop();
128}
129
130void Game_System::BgmFade(int duration, bool clear_current_music) {
131 Audio().BGM_Fade(duration);

Callers 5

PlayTitleMusicMethod · 0.80
StartMethod · 0.80
TransitionOutMethod · 0.80
UpdateInnMethod · 0.80
ContinueMethod · 0.80

Calls 1

BGM_StopMethod · 0.45

Tested by

no test coverage detected