============ idCVarSystemLocal::SetCVarString ============ */
| 648 | ============ |
| 649 | */ |
| 650 | void idCVarSystemLocal::SetCVarString( const char *name, const char *value, int flags ) { |
| 651 | SetInternal( name, value, flags ); |
| 652 | } |
| 653 | |
| 654 | /* |
| 655 | ============ |
no outgoing calls
no test coverage detected