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

Method eraseTargetActionHandle

core/2d/ActionManager.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void ActionManager::eraseTargetActionHandle(std::unordered_map<Node*, ActionHandle>::iterator& actionIt)
207{
208 actionIt->first->release();
209 actionIt = _targets.erase(actionIt);
210}
211
212void ActionManager::removeAction(Action* action)
213{

Callers

nothing calls this directly

Calls 2

releaseMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected