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

Internal resource information. More...

Public Attributes

uint32 offset
 The offset of the resource within the OBB. More...
 
uint32 uncompressedSize
 The resource's uncompressed size. More...
 
uint32 compressedSize
 The resource's compressed size. More...
 

Detailed Description

Internal resource information.

Definition at line 73 of file obbfile.h.

Member Data Documentation

◆ compressedSize

uint32 Aurora::OBBFile::IResource::compressedSize

The resource's compressed size.

Definition at line 76 of file obbfile.h.

Referenced by Aurora::OBBFile::readResList().

◆ offset

uint32 Aurora::OBBFile::IResource::offset

The offset of the resource within the OBB.

Definition at line 74 of file obbfile.h.

Referenced by Aurora::OBBFile::getResource(), and Aurora::OBBFile::readResList().

◆ uncompressedSize

uint32 Aurora::OBBFile::IResource::uncompressedSize

The resource's uncompressed size.

Definition at line 75 of file obbfile.h.

Referenced by Aurora::OBBFile::getResource(), Aurora::OBBFile::getResourceSize(), and Aurora::OBBFile::readResList().


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