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

Method schedule

core/base/Scheduler.cpp:237–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void Scheduler::schedule(const ccSchedulerFunc& callback,
238 void* target,
239 float interval,
240 bool paused,
241 std::string_view key)
242{
243 this->schedule(callback, target, interval, AX_REPEAT_FOREVER, 0.0f, paused, key);
244}
245
246void Scheduler::schedule(const ccSchedulerFunc& callback,
247 void* target,

Callers 2

loopMethod · 0.45
delayMethod · 0.45

Calls 12

isExhaustedMethod · 0.80
pushBackMethod · 0.80
initWithSelectorMethod · 0.80
emptyMethod · 0.45
findMethod · 0.45
endMethod · 0.45
emplaceMethod · 0.45
reserveMethod · 0.45
beginMethod · 0.45
initWithCallbackMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected