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

Method resumeTarget

core/2d/ActionManager.cpp:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void ActionManager::resumeTarget(Node* target)
109{
110 auto it = _targets.find(target);
111 if (it != _targets.end())
112 {
113 it->second.paused = false;
114 }
115}
116
117Vector<Node*> ActionManager::pauseAllRunningActions()
118{

Callers 2

resumeTargetsMethod · 0.95
resumeMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected