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_offset

Offset from the beginning of the WAD3 data.

disk_size

The entry’s size in bytes inside the archive.

entry_size

The entry’s uncompressed size in bytes.

file_type

The file’s type.

compressed

Whether the file is compressed.

texture_name

The name of the texture.

Available since: 0

Instance methods

wad_directory_entry_copy
No description available.

since: 0

wad_directory_entry_free
No description available.

since: 0