Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void multi_msg_add(BYTE *pbMsg, BYTE bLen)
39
{
40
if (pbMsg && bLen) {
41
tmsg_add(pbMsg, bLen);
42
}
43
}
44
45
void NetSendLoPri(BYTE *pbMsg, BYTE bLen)
46
{
Callers
2
NetSendCmdGItem2
Function · 0.85
NetSendCmdReq2
Function · 0.85
Calls
1
tmsg_add
Function · 0.85
Tested by
no test coverage detected