xoreos  0.0.5
Public Attributes | List of all members
Aurora::BZFFile::IResource Struct Reference

Internal resource information. More...

Public Attributes

FileType type
 The resource's type. More...
 
uint32 offset
 The offset of the resource within the BZF. More...
 
uint32 size
 The resource's size. More...
 
uint32 packedSize
 Raw, compressed data size. More...
 

Detailed Description

Internal resource information.

Definition at line 82 of file bzffile.h.

Member Data Documentation

◆ offset

uint32 Aurora::BZFFile::IResource::offset

The offset of the resource within the BZF.

Definition at line 85 of file bzffile.h.

Referenced by Aurora::BZFFile::getResource().

◆ packedSize

uint32 Aurora::BZFFile::IResource::packedSize

Raw, compressed data size.

Definition at line 88 of file bzffile.h.

Referenced by Aurora::BZFFile::getResource().

◆ size

uint32 Aurora::BZFFile::IResource::size

The resource's size.

Definition at line 86 of file bzffile.h.

Referenced by Aurora::BZFFile::getResource(), and Aurora::BZFFile::getResourceSize().

◆ type

FileType Aurora::BZFFile::IResource::type

The resource's type.

Definition at line 83 of file bzffile.h.


The documentation for this struct was generated from the following file: