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

Method GetFileContainer

source/common/filesystem/source/filesystem.cpp:1150–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148//==========================================================================
1149
1150int FileSystem::GetFileContainer (int lump) const
1151{
1152 if ((size_t)lump >= FileInfo.size())
1153 return -1;
1154 return FileInfo[lump].rfnum;
1155}
1156
1157//==========================================================================
1158//

Callers 15

loadconsFunction · 0.80
MusPlayFunction · 0.80
qavIsOriginalFunction · 0.80
DefFileFunction · 0.80
ParseMapInfoMethod · 0.80
G_ParseMapInfoFunction · 0.80
CompilePropertiesMethod · 0.80
CompileFlagDefsMethod · 0.80
STAT_UpdateFunction · 0.80
WriteSavegameFunction · 0.80
loaddefinitionsfileFunction · 0.80
FindMusicFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected