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

Method stop

Source/Platformer/VisualCache.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void ParticleVisual::stop() {
158 if (_particle) _particle->stop();
159}
160
161Visual* ParticleVisual::autoRemove() {
162 if (_particle) {

Callers

nothing calls this directly

Calls 4

stopAllActionsMethod · 0.80
stopMethod · 0.65
isRunningMethod · 0.45
setVisibleMethod · 0.45

Tested by

no test coverage detected