MCPcopy Create free account
hub / github.com/ZDoom/Raze / I_NetCmd

Function I_NetCmd

source/common/engine/i_net.cpp:1037–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035
1036
1037void I_NetCmd (void)
1038{
1039 if (doomcom.command == CMD_SEND)
1040 {
1041 PacketSend ();
1042 }
1043 else if (doomcom.command == CMD_GET)
1044 {
1045 PacketGet ();
1046 }
1047 else
1048 I_Error ("Bad net cmd: %i\n",doomcom.command);
1049}
1050
1051void I_NetMessage(const char* text, ...)
1052{

Callers 2

HSendPacketFunction · 0.85
HGetPacketFunction · 0.85

Calls 3

PacketSendFunction · 0.85
PacketGetFunction · 0.85
I_ErrorFunction · 0.85

Tested by

no test coverage detected