MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / parseBool

Function parseBool

TheForceEngine/TFE_System/iniParser.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 bool parseBool(const char* value)
23 {
24 if (value[0] == 'f' || value[0] == '0') { return false; }
25 return true;
26 }
27
28 RGBA parseColor(const char* value)
29 {

Callers 8

parseWindowSettingsFunction · 0.85
parseGraphicsSettingsFunction · 0.85
parseSoundSettingsFunction · 0.85
parseSystemSettingsFunction · 0.85
parseA11ySettingsFunction · 0.85
parseDark_ForcesSettingsFunction · 0.85
parseCVarsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected