Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ On_ACK_PLRINFO
Function
On_ACK_PLRINFO
Source/msg.cpp:2331–2334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2329
}
2330
2331
DWORD On_ACK_PLRINFO(TCmd *pCmd, int pnum)
2332
{
2333
return On_SEND_PLRINFO(pCmd, pnum);
2334
}
2335
2336
DWORD On_PLAYER_JOINLEVEL(TCmd *pCmd, int pnum)
2337
{
Callers
1
ParseCmd
Function · 0.85
Calls
1
On_SEND_PLRINFO
Function · 0.85
Tested by
no test coverage detected