Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
258
const char *FBaseCVar::GetHumanStringDefault(int precision) const
259
{
260
return GetGenericRepDefault(CVAR_String).String;
261
}
262
263
void FBaseCVar::ForceSet (UCVarValue value, ECVarType type, bool nouserinfosend)
264
{
Callers
1
C_DoCommand
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected