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

Method stopAllActions

core/2d/Node.cpp:1451–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449}
1450
1451void Node::stopAllActions()
1452{
1453 _actionManager->removeAllActionsFromTarget(this);
1454}
1455
1456void Node::stopAction(Action* action)
1457{

Callers 14

cleanupMethod · 0.95
setActionManagerMethod · 0.95
~ClippingNodeMethod · 0.80
activateMethod · 0.80
__hideCursorMethod · 0.80
onExitMethod · 0.80
onTouchEndedMethod · 0.80
MenuLayer3Method · 0.80

Calls 1

Tested by 4

onExitMethod · 0.64
onTouchEndedMethod · 0.64
MenuLayer3Method · 0.64
bugMeMethod · 0.64