Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1615
void Node::unscheduleAllCallbacks()
1616
{
1617
_scheduler->unscheduleAllForTarget(this);
1618
}
1619
1620
void Node::resume()
1621
{
Callers
5
cleanup
Method · 0.95
setScheduler
Method · 0.95
removeUpdates
Method · 0.80
~TestNode2
Method · 0.80
update
Method · 0.80
Calls
1
unscheduleAllForTarget
Method · 0.80
Tested by
3
removeUpdates
Method · 0.64
~TestNode2
Method · 0.64
update
Method · 0.64