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

Method GetCVarString

neo/framework/CVarSystem.cpp:686–692  ·  view source on GitHub ↗

============ idCVarSystemLocal::GetCVarString ============ */

Source from the content-addressed store, hash-verified

684============
685*/
686const char *idCVarSystemLocal::GetCVarString( const char *name ) const {
687 idInternalCVar *internal = FindInternal( name );
688 if ( internal ) {
689 return internal->GetString();
690 }
691 return "";
692}
693
694/*
695============

Callers 15

ServerAllowClientMethod · 0.80
DownloadRequestMethod · 0.80
SetMenuSkinMethod · 0.80
UpdateMainGuiMethod · 0.80
PrecacheMethod · 0.80
ToggleSpectateMethod · 0.80
ToggleReadyMethod · 0.80
ToggleTeamMethod · 0.80
ThrottleUserInfoMethod · 0.80
UpdatePDAInfoMethod · 0.80
Event_GetCvarMethod · 0.80
ExportModelMethod · 0.80

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected