Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1456
void Node::stopAction(Action* action)
1457
{
1458
_actionManager->removeAction(action);
1459
}
1460
1461
void Node::stopActionByTag(int tag)
1462
{
Callers
2
selected
Method · 0.45
update
Method · 0.45
Calls
1
removeAction
Method · 0.45
Tested by
no test coverage detected