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

Function parseInt

TheForceEngine/TFE_System/iniParser.cpp:10–14  ·  view source on GitHub ↗

Read Functions

Source from the content-addressed store, hash-verified

8
9 // Read Functions
10 s32 parseInt(const char* value)
11 {
12 char* endPtr = nullptr;
13 return strtol(value, &endPtr, 10);
14 }
15
16 f32 parseFloat(const char* value)
17 {

Callers 10

parseColorFunction · 0.70
parseValueFunction · 0.50
resources_parseFunction · 0.50
parseWindowSettingsFunction · 0.50
parseGraphicsSettingsFunction · 0.50
parseHudSettingsFunction · 0.50
parseSoundSettingsFunction · 0.50
parseA11ySettingsFunction · 0.50
parseDark_ForcesSettingsFunction · 0.50
parseCVarsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected