MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / GetIniFloat

Function GetIniFloat

Source/options.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153float GetIniFloat(const char *sectionName, const char *keyName, float defaultValue)
154{
155 return (float)GetIni().GetDoubleValue(sectionName, keyName, defaultValue);
156}
157
158bool GetIniValue(string_view sectionName, string_view keyName, char *string, int stringSize, const char *defaultString = "")
159{

Callers 1

LoadOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected