xoreos  0.0.5
Public Attributes | List of all members
Aurora::BIFFile::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 BIF. More...
 
uint32 size
 The resource's size. More...
 

Detailed Description

Internal resource information.

Definition at line 98 of file biffile.h.

Member Data Documentation

◆ offset

uint32 Aurora::BIFFile::IResource::offset

The offset of the resource within the BIF.

Definition at line 101 of file biffile.h.

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

◆ size

uint32 Aurora::BIFFile::IResource::size

The resource's size.

Definition at line 102 of file biffile.h.

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

◆ type

FileType Aurora::BIFFile::IResource::type

The resource's type.

Definition at line 99 of file biffile.h.


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