================ idThread::Event_SetCvar ================ */
| 1046 | ================ |
| 1047 | */ |
| 1048 | void idThread::Event_SetCvar( const char *name, const char *value ) const { |
| 1049 | cvarSystem->SetCVarString( name, value ); |
| 1050 | } |
| 1051 | |
| 1052 | /* |
| 1053 | ================ |
nothing calls this directly
no test coverage detected