Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isPlaying
Method
isPlaying
Source/Platformer/VisualCache.cpp:185–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
bool ParticleVisual::isPlaying() {
186
if (_particle) return _particle->isActive();
187
return false;
188
}
189
190
ParticleNode* ParticleVisual::getParticle() const {
191
return _particle;
Callers
nothing calls this directly
Calls
2
isActive
Method · 0.80
isRunning
Method · 0.45
Tested by
no test coverage detected