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

Function parseFloat

TheForceEngine/TFE_System/iniParser.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 f32 parseFloat(const char* value)
17 {
18 char* endPtr = nullptr;
19 return (f32)strtod(value, &endPtr);
20 }
21
22 bool parseBool(const char* value)
23 {

Callers 7

parseValueFunction · 0.50
parseGraphicsSettingsFunction · 0.50
parseHudSettingsFunction · 0.50
parseSoundSettingsFunction · 0.50
parseSystemSettingsFunction · 0.50
parseA11ySettingsFunction · 0.50
parseCVarsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected