Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetPathRelative
Method
GetPathRelative
src/openrct2/core/FileScanner.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
u8string GetPathRelative() const override
99
{
100
return Path::GetRelative(_currentPath, _rootPath);
101
}
102
103
void Reset() override
104
{
Callers
4
LimitAutosaveCount
Function · 0.80
CopyOriginalUserFilesOver
Method · 0.80
GetSaves
Function · 0.80
FindLegacyObject
Method · 0.80
Calls
1
GetRelative
Function · 0.85
Tested by
no test coverage detected