WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
ChunkReader::ChunkInfo Struct Reference

Runtime representation of a single parsed chunk. More...

#include <ChunkReader.h>

Public Attributes

std::string magic
 Four-character chunk identifier.
 
uint32_t start
 Byte offset of the chunk data (after the header).
 
uint32_t size
 Size of the chunk data in bytes.
 

Detailed Description

Runtime representation of a single parsed chunk.

Definition at line 29 of file ChunkReader.h.

Member Data Documentation

◆ magic

std::string ChunkReader::ChunkInfo::magic

Four-character chunk identifier.

Definition at line 31 of file ChunkReader.h.

◆ size

uint32_t ChunkReader::ChunkInfo::size

Size of the chunk data in bytes.

Definition at line 33 of file ChunkReader.h.

◆ start

uint32_t ChunkReader::ChunkInfo::start

Byte offset of the chunk data (after the header).

Definition at line 32 of file ChunkReader.h.


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