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

Method LoadFromIni

Source/options.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void OptionEntryBoolean::LoadFromIni(string_view category)
432{
433 value = GetIniBool(category.data(), key.data(), defaultValue);
434}
435void OptionEntryBoolean::SaveToIni(string_view category) const
436{
437 SetIniValue(category.data(), key.data(), value);

Callers 1

LoadOptionsFunction · 0.80

Calls 15

GetIniBoolFunction · 0.85
GetIniIntFunction · 0.85
GetIniValueFunction · 0.85
ResamplerFromStringFunction · 0.85
HasTranslationFunction · 0.85
GetLocalesFunction · 0.85
LogVerboseFunction · 0.85
CopyUtf8Function · 0.85
LogFunction · 0.85
SplitByCharClass · 0.85
LogWarnFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected