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

Method unscheduleAll

core/base/Scheduler.cpp:490–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490void Scheduler::unscheduleAll()
491{
492 unscheduleAllWithMinPriority(PRIORITY_SYSTEM);
493}
494
495void Scheduler::unscheduleAllWithMinPriority(int minPriority)
496{

Callers 1

resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected