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

Method PostInit

samples/sample1/Sample1Module.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool Sample1Module::PostInit()
107{
108 ARK_LOG_INFO("{}, PostInit", GET_CLASS_NAME(Sample1Module));
109
110 //TestCronScheduler();
111
112 return true;
113}
114
115bool Sample1Module::Update()
116{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected