Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreatePlatformEnvironment
Method · 0.85
HandleCommandSetRCT2
Function · 0.85
OnCrash
Function · 0.85
Save
Function · 0.85
Calls
1
WriteFile
Function · 0.85
Tested by
no test coverage detected