Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Save
Method
Save
src/saveload/settings_sl.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void Save() const override
175
{
176
SaveSettings(GetSaveLoadSettingTable(), &_settings_game);
177
}
178
};
179
180
static const OPTSChunkHandler OPTS;
Callers
nothing calls this directly
Calls
2
SaveSettings
Function · 0.85
GetSaveLoadSettingTable
Function · 0.85
Tested by
no test coverage detected