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

Method Init

src/plugin/kernel/src/AFCConfigModule.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace ark {
33
34bool AFCConfigModule::Init()
35{
36 m_pLogModule = FindModule<AFILogModule>();
37 m_pClassModule = FindModule<AFIClassMetaModule>();
38
39 m_pStaticEntityManager = ARK_NEW AFStaticEntityManager();
40
41 return Load();
42}
43
44bool AFCConfigModule::Shut()
45{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected