MCPcopy 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
180static const OPTSChunkHandler OPTS;

Callers

nothing calls this directly

Calls 2

SaveSettingsFunction · 0.85
GetSaveLoadSettingTableFunction · 0.85

Tested by

no test coverage detected