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

Function CL_Clientinfo_f

code/client/cl_main.cpp:453–460  ·  view source on GitHub ↗

============== CL_Clientinfo_f ============== */

Source from the content-addressed store, hash-verified

451==============
452*/
453void CL_Clientinfo_f( void ) {
454 Com_Printf( "--------- Client Information ---------\n" );
455 Com_Printf( "state: %i\n", cls.state );
456 Com_Printf( "Server: %s\n", cls.servername );
457 Com_Printf ("User info settings:\n");
458 Info_Print( Cvar_InfoString( CVAR_USERINFO ) );
459 Com_Printf( "--------------------------------------\n" );
460}
461
462
463//====================================================================

Callers

nothing calls this directly

Calls 3

Com_PrintfFunction · 0.50
Info_PrintFunction · 0.50
Cvar_InfoStringFunction · 0.50

Tested by

no test coverage detected