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

Method GetFileNamespace

source/common/filesystem/source/filesystem.cpp:1092–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090//==========================================================================
1091
1092int FileSystem::GetFileNamespace (int lump) const
1093{
1094 if ((size_t)lump >= NumEntries)
1095 return ns_global;
1096 else
1097 return FileInfo[lump].Namespace;
1098}
1099
1100void FileSystem::SetFileNamespace(int lump, int ns)
1101{

Callers 8

sndInitFunction · 0.80
AddGroupMethod · 0.80
AddHiresTexturesMethod · 0.80
ParseTextureDefMethod · 0.80
AddTexturesForWadMethod · 0.80
AdjustSpriteOffsetsMethod · 0.80
DEFINE_ACTION_FUNCTIONFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected