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

Method GetFirstEntry

source/common/filesystem/source/filesystem.cpp:1342–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340//==========================================================================
1341
1342int FileSystem::GetFirstEntry (int rfnum) const noexcept
1343{
1344 if ((uint32_t)rfnum >= Files.size())
1345 {
1346 return 0;
1347 }
1348
1349 return Files[rfnum]->GetFirstEntry();
1350}
1351
1352//==========================================================================
1353//

Callers 4

AddGroupMethod · 0.45
AddHiresTexturesMethod · 0.45
AddTexturesForWadMethod · 0.45
GetLastEntryMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected