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

Method SaveToIni

Source/options.cpp:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 value = GetIniBool(category.data(), key.data(), defaultValue);
434}
435void OptionEntryBoolean::SaveToIni(string_view category) const
436{
437 SetIniValue(category.data(), key.data(), value);
438}
439void OptionEntryBoolean::SetValue(bool value)
440{
441 this->value = value;

Callers 1

SaveOptionsFunction · 0.80

Calls 7

SetIniValueFunction · 0.85
ResamplerToStringFunction · 0.85
LogVerboseFunction · 0.85
StrCatFunction · 0.85
dataMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected