Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::RezFile::FileRezEntry_t Struct Reference

Data image of a resource entry. More...

Public Attributes

uint32_t m_uFileOffset
 Place in the rez file for the data.
 
uint32_t m_uLength
 Size of the data in the rez file (Uncompressed)
 
uint32_t m_uNameOffset
 Offset to the filename.
 
uint32_t m_uCompressedLength
 Size of the data COMPRESSED, in the rez file, with the upper 3 bits as flags.
 

Detailed Description

Data image of a resource entry.


Member Data Documentation

◆ m_uCompressedLength

uint32_t Burger::RezFile::FileRezEntry_t::m_uCompressedLength

Size of the data COMPRESSED, in the rez file, with the upper 3 bits as flags.

◆ m_uFileOffset

uint32_t Burger::RezFile::FileRezEntry_t::m_uFileOffset

Place in the rez file for the data.

◆ m_uLength

uint32_t Burger::RezFile::FileRezEntry_t::m_uLength

Size of the data in the rez file (Uncompressed)

◆ m_uNameOffset

uint32_t Burger::RezFile::FileRezEntry_t::m_uNameOffset

Offset to the filename.