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

Method pauseTarget

core/2d/ActionManager.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97// pause / resume
98
99void ActionManager::pauseTarget(Node* target)
100{
101 auto it = _targets.find(target);
102 if (it != _targets.end())
103 {
104 it->second.paused = true;
105 }
106}
107
108void ActionManager::resumeTarget(Node* target)
109{

Callers 1

pauseMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected