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

Method GetEntryFlags

source/common/filesystem/include/resourcefile.h:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 virtual FileReader GetEntryReader(uint32_t entry, int readertype = READER_NEW, int flags = READERFLAG_SEEKABLE);
172
173 int GetEntryFlags(uint32_t entry)
174 {
175 return (entry < NumLumps) ? Entries[entry].Flags : 0;
176 }
177
178 int GetEntryNamespace(uint32_t entry)
179 {

Callers 4

SetFromLumpMethod · 0.80
AddFileMethod · 0.80
CheckNumForNameMethod · 0.80
GetFileFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected