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

Method RemoveTimer

src/plugin/utility/src/AFCTimerModule.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool AFCTimerModule::RemoveTimer(const uint64_t timer_id)
46{
47 return timer_manager_ptr->RemoveTimer(timer_id);
48}
49
50uint64_t AFCTimerModule::AddSingleTimer(
51 const AFGUID& entity_id, const std::chrono::milliseconds interval, const uint32_t count, TIMER_FUNCTOR&& cb)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected