MCPcopy Create free account
hub / github.com/ddnet/ddnet / Disconnect

Method Disconnect

src/engine/client/client.cpp:767–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767void CClient::Disconnect()
768{
769 if(m_State != IClient::STATE_OFFLINE)
770 {
771 DisconnectWithReason(nullptr);
772 }
773}
774
775bool CClient::DummyConnected() const
776{

Callers 10

RenderPopupConnectingMethod · 0.45
RenderPopupLoadingMethod · 0.45
OnRenderMethod · 0.45
RenderDemoPlayerMethod · 0.45
RenderGameMethod · 0.45
DisconnectWithReasonMethod · 0.45
DummyDisconnectMethod · 0.45
Con_DisconnectMethod · 0.45
~ScoreMethod · 0.45

Calls

no outgoing calls

Tested by 1

~ScoreMethod · 0.36