Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ GetFavoriteRep
Method
GetFavoriteRep
source/common/console/c_cvars.cpp:681–687 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
679
}
680
681
UCVarValue FBoolCVar::GetFavoriteRep (ECVarType *type) const
682
{
683
UCVarValue ret;
684
*type = CVAR_Bool;
685
ret.Bool = Value;
686
return ret;
687
}
688
689
UCVarValue FBoolCVar::GetGenericRepDefault (ECVarType type) const
690
{
Callers
2
FBaseCVar
Method · 0.80
FBaseCVar
Class · 0.80
Calls
1
GetChars
Method · 0.45
Tested by
no test coverage detected