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

Method GetHumanString

source/common/console/c_cvars.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253const char *FBaseCVar::GetHumanString(int precision) const
254{
255 return GetGenericRep(CVAR_String).String;
256}
257
258const char *FBaseCVar::GetHumanStringDefault(int precision) const
259{

Callers 2

C_DoCommandFunction · 0.80
ListVarsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected