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

Function SNetSendMessage

SourceX/storm/storm_net.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22BOOL SNetSendMessage(int playerID, void *data, unsigned int databytes)
23{
24 return dvlnet_inst->SNetSendMessage(playerID, data, databytes);
25}
26
27BOOL SNetReceiveTurns(int a1, int arraysize, char **arraydata, unsigned int *arraydatabytes,
28 DWORD *arrayplayerstatus)

Callers 4

multi_send_packetFunction · 0.85
NetSendHiPriFunction · 0.85
multi_send_msg_packetFunction · 0.85
multi_send_zero_packetFunction · 0.85

Calls 1

SNetSendMessageMethod · 0.45

Tested by

no test coverage detected