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

Method setActionManager

core/2d/Node.cpp:1431–1440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429}
1430
1431void Node::setActionManager(ActionManager* actionManager)
1432{
1433 if (actionManager != _actionManager)
1434 {
1435 this->stopAllActions();
1436 AX_SAFE_RETAIN(actionManager);
1437 AX_SAFE_RELEASE(_actionManager);
1438 _actionManager = actionManager;
1439 }
1440}
1441
1442// MARK: actions
1443

Callers 2

onEnterMethod · 0.45
onEnterMethod · 0.45

Calls 1

stopAllActionsMethod · 0.95

Tested by 2

onEnterMethod · 0.36
onEnterMethod · 0.36