MCPcopy 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
43void 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_ParseSnapshotFunction · 0.70
CL_ParseServerMessageFunction · 0.70

Calls 1

Com_PrintfFunction · 0.50

Tested by

no test coverage detected