Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ClearConfigList
Method
ClearConfigList
src/script/script_config.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void ScriptConfig::ClearConfigList()
70
{
71
this->settings.clear();
72
}
73
74
void ScriptConfig::AnchorUnchangeableSettings()
75
{
Callers
1
Change
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected