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

Function On_HEALOTHER

Source/msg.cpp:2021–2029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2019}
2020
2021DWORD On_HEALOTHER(TCmd *pCmd, int pnum)
2022{
2023 TCmdParam1 *p = (TCmdParam1 *)pCmd;
2024
2025 if (gbBufferMsgs != 1 && currlevel == plr[pnum].plrlevel)
2026 DoHealOther(pnum, p->wParam1);
2027
2028 return sizeof(*p);
2029}
2030
2031DWORD On_TALKXY(TCmd *pCmd, int pnum)
2032{

Callers 1

ParseCmdFunction · 0.85

Calls 1

DoHealOtherFunction · 0.85

Tested by

no test coverage detected