MCPcopy Create free account
hub / github.com/diasurgical/devilution / SNetLeaveGame

Method SNetLeaveGame

SourceX/dvlnet/tcp_client.cpp:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool tcp_client::SNetLeaveGame(int type)
117{
118 auto ret = base::SNetLeaveGame(type);
119 poll();
120 local_server.reset();
121 return ret;
122}
123
124tcp_client::~tcp_client()
125{

Callers

nothing calls this directly

Calls 2

SNetLeaveGameFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected