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

Method removeAllPendingActions

core/base/Scheduler.cpp:732–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732void Scheduler::removeAllPendingActions()
733{
734 std::unique_lock<std::mutex> lock(_performMutex);
735 _actionsToPerform.clear();
736}
737
738// main loop
739void Scheduler::update(float dt)

Callers 1

updateMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

updateMethod · 0.64