Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
bool Model::isPlaying() const noexcept {
185
return _isPlaying;
186
}
187
188
void Model::resetActions() {
189
for (auto it = _spritePairs.begin(); it != _spritePairs.end(); ++it) {
Callers
4
play
Method · 0.45
model_is_playing
Function · 0.45
audiosource_is_playing
Function · 0.45
platformer_visual_is_playing
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected