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

Function SNetDropPlayer

SourceX/storm/storm_net.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66BOOL SNetDropPlayer(int playerid, DWORD flags)
67{
68 return dvlnet_inst->SNetDropPlayer(playerid, flags);
69}
70
71BOOL SNetGetGameInfo(int type, void *dst, unsigned int length, unsigned int *byteswritten)
72{

Callers 2

ParseCmdFunction · 0.85
multi_check_drop_playerFunction · 0.85

Calls 1

SNetDropPlayerMethod · 0.45

Tested by

no test coverage detected