============== CL_Clientinfo_f ============== */
| 451 | ============== |
| 452 | */ |
| 453 | void 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 | //==================================================================== |
nothing calls this directly
no test coverage detected