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

Method stopAction

core/2d/Node.cpp:1456–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454}
1455
1456void Node::stopAction(Action* action)
1457{
1458 _actionManager->removeAction(action);
1459}
1460
1461void Node::stopActionByTag(int tag)
1462{

Callers 2

selectedMethod · 0.45
updateMethod · 0.45

Calls 1

removeActionMethod · 0.45

Tested by

no test coverage detected