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

Method Init

src/server/login/src/AFCLoginNetModule.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace ark {
24
25bool AFCLoginNetModule::Init()
26{
27 m_pLogModule = FindModule<AFILogModule>();
28 m_pBusModule = FindModule<AFIBusModule>();
29 m_pNetServiceManagerModule = FindModule<AFINetServiceManagerModule>();
30
31 return true;
32}
33
34bool AFCLoginNetModule::PostInit()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected