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

Method setForceEnableCoreFiles

src/settings.cpp:616–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616void GameSettings::setForceEnableCoreFiles(bool b)
617{
618 set(m_Settings, "Settings", "force_enable_core_files", b);
619}
620
621std::optional<QString> GameSettings::directory() const
622{

Callers 1

updateMethod · 0.80

Calls 1

setFunction · 0.70

Tested by

no test coverage detected