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

Method SetCVarInteger

neo/framework/CVarSystem.cpp:668–670  ·  view source on GitHub ↗

============ idCVarSystemLocal::SetCVarInteger ============ */

Source from the content-addressed store, hash-verified

666============
667*/
668void idCVarSystemLocal::SetCVarInteger( const char *name, const int value, int flags ) {
669 SetInternal( name, idStr( value ), flags );
670}
671
672/*
673============

Callers 15

HandleGuiCommandsMethod · 0.80
SetCvarIntFunction · 0.80
SetParticleViewMethod · 0.80
CompressDemoFileMethod · 0.80
Com_EditLights_fFunction · 0.80
Com_EditSounds_fFunction · 0.80
Com_ExecMachineSpec_fFunction · 0.80

Calls 1

idStrClass · 0.50

Tested by

no test coverage detected