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

Method TimerTest

samples/sample1/Sample1Module.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void Sample1Module::TimerTest(uint64_t timer_id, const AFGUID& entity_id)
102{
103 ARK_LOG_INFO("timer log, id = {} entity_id = {}", timer_id, entity_id);
104}
105
106bool Sample1Module::PostInit()
107{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected