MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / SetS_f

Method SetS_f

neo/framework/CVarSystem.cpp:975–984  ·  view source on GitHub ↗

============ idCVarSystemLocal::SetS_f ============ */

Source from the content-addressed store, hash-verified

973============
974*/
975void idCVarSystemLocal::SetS_f( const idCmdArgs &args ) {
976 idInternalCVar *cvar;
977
978 Set_f( args );
979 cvar = localCVarSystem.FindInternal( args.Argv( 1 ) );
980 if ( !cvar ) {
981 return;
982 }
983 cvar->flags |= CVAR_SERVERINFO | CVAR_ARCHIVE;
984}
985
986/*
987============

Callers

nothing calls this directly

Calls 2

FindInternalMethod · 0.80
ArgvMethod · 0.80

Tested by

no test coverage detected