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

Method GetFileFullPath

source/common/filesystem/source/filesystem.cpp:1073–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071//==========================================================================
1072
1073std::string FileSystem::GetFileFullPath(int lump) const
1074{
1075 std::string foo;
1076
1077 if ((size_t) lump < NumEntries)
1078 {
1079 foo = GetResourceFileName(FileInfo[lump].rfnum);
1080 foo += ':';
1081 foo += +GetFileFullName(lump);
1082 }
1083 return foo;
1084}
1085
1086//==========================================================================
1087//

Callers 7

ParseScriptsFunction · 0.80
loaddefinitionsfileFunction · 0.80
LoadVoxelModelsFunction · 0.80
OpenLumpNumMethod · 0.80
CreateTextureMethod · 0.80
ParseOneScriptFunction · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected