Struct
WadDirectoryEntry
since: 0
Description [src]
struct WadDirectoryEntry {
guint32 entry_offset;
guint32 disk_size;
guint32 entry_size;
WadFileType file_type;
bool compressed;
None texture_name;
}
Describes a file contained inside the WAD.
Structure members
entry_offsetOffset from the beginning of the WAD3 data.
disk_sizeThe entry’s size in bytes inside the archive.
entry_sizeThe entry’s uncompressed size in bytes.
file_typeThe file’s type.
compressedWhether the file is compressed.
texture_nameThe name of the texture.
Available since: 0