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

Function MSG_Bitstream

codemp/qcommon/msg.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110void MSG_Bitstream( msg_t *buf ) {
111 buf->oob = qfalse;
112}
113
114void MSG_BeginReading( msg_t *msg ) {
115 msg->readcount = 0;

Callers 4

CL_ParseServerMessageFunction · 0.85
CL_WritePacketFunction · 0.85
CL_Record_fFunction · 0.85
SV_ExecuteClientMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected