Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
616
void GameSettings::setForceEnableCoreFiles(bool b)
617
{
618
set(m_Settings,
"Settings"
,
"force_enable_core_files"
, b);
619
}
620
621
std::optional<QString> GameSettings::directory() const
622
{
Callers
1
update
Method · 0.80
Calls
1
set
Function · 0.70
Tested by
no test coverage detected