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

Method GetResourceFileFullName

source/common/filesystem/source/filesystem.cpp:1391–1399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389//==========================================================================
1390
1391const char *FileSystem::GetResourceFileFullName (int rfnum) const noexcept
1392{
1393 if ((unsigned int)rfnum >= Files.size())
1394 {
1395 return nullptr;
1396 }
1397
1398 return Files[rfnum]->GetFileName();
1399}
1400
1401
1402//==========================================================================

Callers 4

ParseMapInfoMethod · 0.80
InitFileSystemFunction · 0.80
C_SetDefaultKeysFunction · 0.80
ParseOneScriptFunction · 0.80

Calls 2

GetFileNameMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected