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

Method GetCVarBool

neo/framework/CVarSystem.cpp:699–705  ·  view source on GitHub ↗

============ idCVarSystemLocal::GetCVarBool ============ */

Source from the content-addressed store, hash-verified

697============
698*/
699bool idCVarSystemLocal::GetCVarBool( const char *name ) const {
700 idInternalCVar *internal = FindInternal( name );
701 if ( internal ) {
702 return internal->GetBool();
703 }
704 return false;
705}
706
707/*
708============

Callers 15

CacheDictionaryMediaMethod · 0.80
CheatsOkMethod · 0.80
ServerAllowClientMethod · 0.80
RenderPlayerViewMethod · 0.80
DialogAFViewMethod · 0.80
CompressDemoFileMethod · 0.80
SetMethod · 0.80
SetMainMenuGuiVarsMethod · 0.80
HandleNoteCommandsMethod · 0.80

Calls 1

GetBoolMethod · 0.45

Tested by

no test coverage detected