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

Method BGM_IsPlaying

src/audio_generic.cpp:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool GenericAudio::BGM_IsPlaying() const {
109 for (auto& BGM_Channel : BGM_Channels) {
110 if (!BGM_Channel.stopped) {
111 return true;
112 };
113 }
114 return false;
115}
116
117int GenericAudio::BGM_GetTicks() const {
118 unsigned ticks = 0;

Callers 1

UpdateInnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected