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

Method forceEnableCoreFiles

src/settings.cpp:611–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611bool GameSettings::forceEnableCoreFiles() const
612{
613 return get<bool>(m_Settings, "Settings", "force_enable_core_files", true);
614}
615
616void GameSettings::setForceEnableCoreFiles(bool b)
617{

Callers 4

updateBSAListMethod · 0.80
refreshMethod · 0.80
fixPrimaryPluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected