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

Function multi_msg_add

Source/multi.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38void multi_msg_add(BYTE *pbMsg, BYTE bLen)
39{
40 if (pbMsg && bLen) {
41 tmsg_add(pbMsg, bLen);
42 }
43}
44
45void NetSendLoPri(BYTE *pbMsg, BYTE bLen)
46{

Callers 2

NetSendCmdGItem2Function · 0.85
NetSendCmdReq2Function · 0.85

Calls 1

tmsg_addFunction · 0.85

Tested by

no test coverage detected