MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetHumanStringDefault

Method GetHumanStringDefault

source/common/console/c_cvars.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258const char *FBaseCVar::GetHumanStringDefault(int precision) const
259{
260 return GetGenericRepDefault(CVAR_String).String;
261}
262
263void FBaseCVar::ForceSet (UCVarValue value, ECVarType type, bool nouserinfosend)
264{

Callers 1

C_DoCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected