MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isPlaying

Method isPlaying

Source/Node/Model.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184bool Model::isPlaying() const noexcept {
185 return _isPlaying;
186}
187
188void Model::resetActions() {
189 for (auto it = _spritePairs.begin(); it != _spritePairs.end(); ++it) {

Callers 4

playMethod · 0.45
model_is_playingFunction · 0.45
audiosource_is_playingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected