Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseValue
Function · 0.50
parseGraphicsSettings
Function · 0.50
parseHudSettings
Function · 0.50
parseSoundSettings
Function · 0.50
parseSystemSettings
Function · 0.50
parseA11ySettings
Function · 0.50
parseCVars
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected