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

Function GetParkPath

test/tests/TestData.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 std::string GetParkPath(std::string name)
22 {
23 std::string path = OpenRCT2::Path::Combine(GetBasePath(), u8"parks", name);
24 return path;
25 }
26} // namespace TestData

Callers 8

SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85
TEST_FFunction · 0.85
TestRatingsMethod · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85

Calls 2

GetBasePathFunction · 0.85
CombineFunction · 0.50

Tested by

no test coverage detected