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

Method GetFileName

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

Source from the content-addressed store, hash-verified

151 // If this FResourceFile represents a directory, the Reader object is not usable so don't return it.
152 FileReader *GetContainerReader() { return Reader.isOpen()? &Reader : nullptr; }
153 const char* GetFileName() const { return FileName; }
154 uint32_t GetFirstEntry() const { return FirstLump; }
155 void SetFirstLump(uint32_t f) { FirstLump = f; }
156 const char* GetHash() const { return Hash; }

Callers 5

CheckGameInfoFunction · 0.80
OpenLumpFunction · 0.80
GetResourceFileNameMethod · 0.80
OpenWHResFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected