Structs:Wads
Jump to navigation
Jump to search
Note: This feature is for ZScript only. |
The Wads struct contains the ability to read through files located within any WADs or archives that ZDoom currently has loaded. This can be used for various tasks such as checking if a file exists, looking for entries within a file, or even creating your own custom lumps to parse through.
Methods
Static
- int CheckNumforName(string name, int ns, int wadnum = -1, bool exact = false)
- int CheckNumForFullName(string name)
- int FindLump(string name, int startlump = 0, FindLumpNamespace ns = GlobalNamespace)
- string ReadLump(int lump)
- int GetNumLumps()
- string GetLumpName(int lump)
- string GetLumpFullName(int lump)
- int GetLumpNamespace(int lump)