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

Method SetT_f

neo/framework/CVarSystem.cpp:1007–1016  ·  view source on GitHub ↗

============ idCVarSystemLocal::SetT_f ============ */

Source from the content-addressed store, hash-verified

1005============
1006*/
1007void idCVarSystemLocal::SetT_f( const idCmdArgs &args ) {
1008 idInternalCVar *cvar;
1009
1010 Set_f( args );
1011 cvar = localCVarSystem.FindInternal( args.Argv( 1 ) );
1012 if ( !cvar ) {
1013 return;
1014 }
1015 cvar->flags |= CVAR_TOOL;
1016}
1017
1018/*
1019============

Callers

nothing calls this directly

Calls 2

FindInternalMethod · 0.80
ArgvMethod · 0.80

Tested by

no test coverage detected