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

Method Init

src/server/world/src/AFCWorldNetModule.cpp:25–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace ark {
24
25bool AFCWorldNetModule::Init()
26{
27 mnLastCheckTime = GetPluginManager()->GetNowTime();
28
29 m_pKernelModule = FindModule<AFIKernelModule>();
30 m_pLogModule = FindModule<AFILogModule>();
31 m_pBusModule = FindModule<AFIBusModule>();
32 m_pMsgModule = FindModule<AFIMsgModule>();
33 m_pNetServiceManagerModule = FindModule<AFINetServiceManagerModule>();
34
35 return true;
36}
37
38bool AFCWorldNetModule::PostInit()
39{

Callers

nothing calls this directly

Calls 1

GetNowTimeMethod · 0.45

Tested by

no test coverage detected