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

Method isExhausted

core/base/Scheduler.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool Timer::isExhausted() const
116{
117 return !_runForever && _timesExecuted > _repeat;
118}
119
120// TimerTargetSelector
121

Callers 2

scheduleMethod · 0.80
isScheduledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected