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

Method unscheduleAllCallbacks

core/2d/Node.cpp:1615–1618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613}
1614
1615void Node::unscheduleAllCallbacks()
1616{
1617 _scheduler->unscheduleAllForTarget(this);
1618}
1619
1620void Node::resume()
1621{

Callers 5

cleanupMethod · 0.95
setSchedulerMethod · 0.95
removeUpdatesMethod · 0.80
~TestNode2Method · 0.80
updateMethod · 0.80

Calls 1

Tested by 3

removeUpdatesMethod · 0.64
~TestNode2Method · 0.64
updateMethod · 0.64