MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / SaveToPath

Function SaveToPath

src/openrct2/config/Config.cpp:892–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890 }
891
892 bool SaveToPath(u8string_view path)
893 {
894 return WriteFile(path);
895 }
896
897 bool Save()
898 {

Callers 4

HandleCommandSetRCT2Function · 0.85
OnCrashFunction · 0.85
SaveFunction · 0.85

Calls 1

WriteFileFunction · 0.85

Tested by

no test coverage detected