MCPcopy Create free account
hub / github.com/ZDoom/Raze / G_GetDemoPath

Function G_GetDemoPath

source/core/gamecontrol.cpp:1317–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315
1316
1317FString G_GetDemoPath()
1318{
1319 FString path = M_GetDemoPath();
1320
1321 path << LumpFilter << '/';
1322 CreatePath(path.GetChars());
1323
1324 return path;
1325}
1326
1327CCMD(printinterface)
1328{

Callers

nothing calls this directly

Calls 3

CreatePathFunction · 0.85
M_GetDemoPathFunction · 0.50
GetCharsMethod · 0.45

Tested by

no test coverage detected