Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ killAll
Method
killAll
core/base/SimpleTimer.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void killAll(bool bNative)
92
{
93
Director::getInstance()->getScheduler()->unscheduleAllForTarget(STIMER_TARGET(bNative));
94
}
95
} // namespace stimer
96
}
Callers
nothing calls this directly
Calls
2
getInstance
Function · 0.85
unscheduleAllForTarget
Method · 0.80
Tested by
no test coverage detected