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

Method Init

samples/sample3/Sample3Module.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace ark {
36
37bool Sample3Module::Init()
38{
39 std::cout << GET_CLASS_NAME(Sample3Module) << ", Init" << std::endl;
40 return true;
41}
42
43bool Sample3Module::PostInit()
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected