Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ SHOWNET
Function
SHOWNET
code/client/cl_parse.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
};
42
43
void SHOWNET( msg_t *msg, const char *s) {
44
if ( cl_shownet->integer >= 2) {
45
Com_Printf (
"%3i:%s\n"
, msg->readcount-1, s);
46
}
47
}
48
49
50
/*
Callers
2
CL_ParseSnapshot
Function · 0.70
CL_ParseServerMessage
Function · 0.70
Calls
1
Com_Printf
Function · 0.50
Tested by
no test coverage detected