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

Method GetCVarInteger

neo/framework/CVarSystem.cpp:712–718  ·  view source on GitHub ↗

============ idCVarSystemLocal::GetCVarInteger ============ */

Source from the content-addressed store, hash-verified

710============
711*/
712int idCVarSystemLocal::GetCVarInteger( const char *name ) const {
713 idInternalCVar *internal = FindInternal( name );
714 if ( internal ) {
715 return internal->GetInteger();
716 }
717 return 0;
718}
719
720/*
721============

Callers 15

DownloadRequestMethod · 0.80
ResetMethod · 0.80
NewStateMethod · 0.80
RunMethod · 0.80
HandleGuiCommandsMethod · 0.80
DrawHUDMethod · 0.80
UpdatePlayerIconsMethod · 0.80
Cmd_SayFunction · 0.80
OnInitDialogMethod · 0.80
DialogAFViewMethod · 0.80
CompressDemoFileMethod · 0.80

Calls 1

GetIntegerMethod · 0.80

Tested by

no test coverage detected