MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / AddForeverTimer

Method AddForeverTimer

src/plugin/utility/src/AFCTimerModule.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56uint64_t AFCTimerModule::AddForeverTimer(
57 const AFGUID& entity_id, const std::chrono::milliseconds interval, TIMER_FUNCTOR&& cb)
58{
59 return timer_manager_ptr->AddTimer(entity_id, 0, interval, std::forward<TIMER_FUNCTOR>(cb));
60}
61
62} // namespace ark

Callers 1

PostInitMethod · 0.45

Calls 1

AddTimerMethod · 0.80

Tested by

no test coverage detected