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

Internal resource information. More...

Public Attributes

uint32 offset
 The offset of the resource within the ERF. More...
 
uint32 packedSize
 The resource's packed size. More...
 
uint32 unpackedSize
 The resource's unpacked size. More...
 

Detailed Description

Internal resource information.

Definition at line 201 of file erffile.h.

Member Data Documentation

◆ offset

uint32 Aurora::ERFFile::IResource::offset

The offset of the resource within the ERF.

Definition at line 202 of file erffile.h.

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

◆ packedSize

uint32 Aurora::ERFFile::IResource::packedSize

The resource's packed size.

Definition at line 203 of file erffile.h.

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

◆ unpackedSize

uint32 Aurora::ERFFile::IResource::unpackedSize

The resource's unpacked size.

Definition at line 204 of file erffile.h.

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


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