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

Method PostInit

src/server/game/src/AFCGameNetModule.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52bool AFCGameNetModule::PostInit()
53{
54 StartServer();
55 return true;
56}
57
58int AFCGameNetModule::StartServer()
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected