MCPcopy 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
185bool ParticleVisual::isPlaying() {
186 if (_particle) return _particle->isActive();
187 return false;
188}
189
190ParticleNode* ParticleVisual::getParticle() const {
191 return _particle;

Callers

nothing calls this directly

Calls 2

isActiveMethod · 0.80
isRunningMethod · 0.45

Tested by

no test coverage detected