Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void MSG_BeginReading( msg_t *msg ) {
52
msg->readcount = 0;
53
msg->bit = 0;
54
}
55
56
57
void MSG_ReadByteAlign( msg_t *buf ) {
Callers
4
Netchan_Process
Function · 0.70
CL_ConnectionlessPacket
Function · 0.50
SV_ConnectionlessPacket
Function · 0.50
SV_PacketEvent
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected