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

Function NetSendCmd

Source/msg.cpp:612–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void NetSendCmd(BOOL bHiPri, BYTE bCmd)
613{
614 TCmd cmd;
615
616 cmd.bCmd = bCmd;
617 if (bHiPri)
618 NetSendHiPri((BYTE *)&cmd, sizeof(cmd));
619 else
620 NetSendLoPri((BYTE *)&cmd, sizeof(cmd));
621}
622
623void NetSendCmdGolem(BYTE mx, BYTE my, BYTE dir, BYTE menemy, int hp, BYTE cl)
624{

Callers 6

GetPortalLevelFunction · 0.85
PressCharFunction · 0.85
gamemenu_restart_townFunction · 0.85
DeleteMissileFunction · 0.85
AddManashieldFunction · 0.85
MI_ManashieldFunction · 0.85

Calls 2

NetSendHiPriFunction · 0.85
NetSendLoPriFunction · 0.85

Tested by

no test coverage detected