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

Method onExit

core/2d/ParticleSystem.cpp:1523–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521}
1522
1523void ParticleSystem::onExit()
1524{
1525 this->unscheduleUpdate();
1526 Node::onExit();
1527
1528 auto iter = std::find(std::begin(__allInstances), std::end(__allInstances), this);
1529 if (iter != std::end(__allInstances))
1530 {
1531 __allInstances.erase(iter);
1532 }
1533}
1534
1535void ParticleSystem::stopSystem()
1536{

Callers

nothing calls this directly

Calls 5

findFunction · 0.50
beginFunction · 0.50
endFunction · 0.50
unscheduleUpdateMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected