================ idThread::Event_GetCvar ================ */
| 1055 | ================ |
| 1056 | */ |
| 1057 | void idThread::Event_GetCvar( const char *name ) const { |
| 1058 | ReturnString( cvarSystem->GetCVarString( name ) ); |
| 1059 | } |
| 1060 | |
| 1061 | /* |
| 1062 | ================ |
nothing calls this directly
no test coverage detected