MCPcopy Create free account
hub / github.com/JACoders/OpenJK / MSG_BeginReading

Function MSG_BeginReading

code/qcommon/msg.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51void MSG_BeginReading( msg_t *msg ) {
52 msg->readcount = 0;
53 msg->bit = 0;
54}
55
56
57void MSG_ReadByteAlign( msg_t *buf ) {

Callers 4

Netchan_ProcessFunction · 0.70
CL_ConnectionlessPacketFunction · 0.50
SV_ConnectionlessPacketFunction · 0.50
SV_PacketEventFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected