MCPcopy 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

LimitAutosaveCountFunction · 0.80
GetSavesFunction · 0.80
FindLegacyObjectMethod · 0.80

Calls 1

GetRelativeFunction · 0.85

Tested by

no test coverage detected