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

Method BGM_Stop

src/audio.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void EmptyAudio::BGM_Stop() {
42 playing = false;
43}
44
45int EmptyAudio::BGM_GetTicks() const {
46 if (!playing) {

Callers 3

BgmPlayMethod · 0.45
BgmStopMethod · 0.45
OnBgmReadyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected