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

Method OnClientDisconnect

src/server/proxy/src/AFCProxyNetModule.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void AFCProxyNetModule::OnClientDisconnect(const AFGUID& conn_id)
111{
112 // do something
113}
114
115bool AFCProxyNetModule::CheckSessionState(const int nGameID, const AFGUID& xClientID, const std::string& strAccount)
116{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected