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

Method PostInit

src/server/world/src/AFCWorldNetModule.cpp:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool AFCWorldNetModule::PostInit()
39{
40 int ret = StartServer();
41 if (ret != 0)
42 {
43 exit(0);
44 }
45
46 return true;
47}
48
49int AFCWorldNetModule::StartServer()
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected