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

Function SNetLeaveGame

SourceX/storm/storm_net.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87BOOL SNetLeaveGame(int type)
88{
89 if (dvlnet_inst == nullptr)
90 return true;
91 return dvlnet_inst->SNetLeaveGame(type);
92}
93
94/**
95 * @brief Called by engine for single, called by ui for multi

Callers 4

SNetLeaveGameMethod · 0.85
NetCloseFunction · 0.85
DoEndingFunction · 0.85
FreeDlgFunction · 0.85

Calls 1

SNetLeaveGameMethod · 0.45

Tested by

no test coverage detected