MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / profileLocalInis

Method profileLocalInis

src/settings.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217bool Settings::profileLocalInis() const
218{
219 return get<bool>(m_Settings, "Settings", "profile_local_inis", true);
220}
221
222void Settings::setProfileLocalInis(bool b)
223{

Callers 3

GeneralSettingsTabMethod · 0.80
findProfileSettingsMethod · 0.80
localSettingsEnabledMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected