MCPcopy Create free account
hub / github.com/axmolengine/axmol / isPaused

Method isPaused

core/2d/ParticleSystem.cpp:2237–2240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2235}
2236
2237bool ParticleSystem::isPaused() const
2238{
2239 return _paused;
2240}
2241
2242void ParticleSystem::pauseEmissions()
2243{

Callers 4

IntervalTestMethod · 0.45
~IntervalTestMethod · 0.45
pauseEmitterMethod · 0.45

Calls

no outgoing calls

Tested by 3

IntervalTestMethod · 0.36
~IntervalTestMethod · 0.36
pauseEmitterMethod · 0.36