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

Method GetFileFullPath

src/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 10

LoadBackgroundMethod · 0.80
D_LoadDehLumpFunction · 0.80
ParseScriptsFunction · 0.80
ParseActorHeaderFunction · 0.80
OpenLumpNumMethod · 0.80
CreateTextureMethod · 0.80
ParseOneScriptFunction · 0.80
DEFINE_ACTION_FUNCTIONFunction · 0.80
LoadMethod · 0.80
CreateCacheNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected