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

Method GetNetServerService

src/server/game/src/AFCGameNetModule.cpp:734–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734std::shared_ptr<AFINetServerService> AFCGameNetModule::GetNetServerService()
735{
736 return m_pNetServerService;
737}
738
739bool AFCGameNetModule::AddPlayerGateInfo(const AFGUID& nRoleID, const AFGUID& nClientID, const int nGateID)
740{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected