MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / IniFile_GetInteger

Function IniFile_GetInteger

src/inifile.c:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178int IniFile_GetInteger(const char *key, int defaultValue)
179{
180 if (g_openduneini == NULL) return defaultValue;
181 return Ini_GetInteger("opendune", key, defaultValue, g_openduneini);
182}

Callers 6

GameLoop_MainFunction · 0.85
mainFunction · 0.85
Drivers_SoundMusic_InitFunction · 0.85
midi_initFunction · 0.85
Video_InitFunction · 0.85
Video_InitFunction · 0.85

Calls 1

Ini_GetIntegerFunction · 0.85

Tested by

no test coverage detected