MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / stopActionInList

Method stopActionInList

Source/Node/Node.cpp:1369–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367}
1368
1369void Node::stopActionInList(Action* action) {
1370 if (action) {
1371 Ref<> ref(action);
1372 stopActionInList(action->_next);
1373 _scheduler->unschedule(action);
1374 removeAction(action);
1375 }
1376}
1377
1378Size Node::alignItemsVertically(float padding) {
1379 return alignItemsVertically(getSize(), padding);

Callers

nothing calls this directly

Calls 1

unscheduleMethod · 0.45

Tested by

no test coverage detected