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