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

Method GetNetServer

src/server/world/src/AFCWorldNetModule.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225std::shared_ptr<AFINetServerService> AFCWorldNetModule::GetNetServer()
226{
227 return m_pNetServer;
228}
229
230int AFCWorldNetModule::GetPlayerGameID(const AFGUID& self)
231{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected