MCPcopy 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
681UCVarValue FBoolCVar::GetFavoriteRep (ECVarType *type) const
682{
683 UCVarValue ret;
684 *type = CVAR_Bool;
685 ret.Bool = Value;
686 return ret;
687}
688
689UCVarValue FBoolCVar::GetGenericRepDefault (ECVarType type) const
690{

Callers 2

FBaseCVarMethod · 0.80
FBaseCVarClass · 0.80

Calls 1

GetCharsMethod · 0.45

Tested by

no test coverage detected