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

Method GetNumWads

source/common/filesystem/include/fs_filesystem.h:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 int GetNumWads() const
141 {
142 return (int)Files.size();
143 }
144
145 int AddFromBuffer(const char* name, char* data, int size, int id, int flags);
146 FileReader* GetFileReader(int wadnum); // Gets a FileReader object to the entire WAD

Callers 2

AddTexturesMethod · 0.80
CountTexturesXMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected