xoreos  0.0.5
Public Attributes | List of all members
Engines::NWN2::TRXFile::Packet Struct Reference

A packet within a TRX file. More...

Public Attributes

uint32 type
 Type of the packet (TRWH, TRRN, WATR, ASWM). More...
 
uint32 offset
 Offset to the contents of the packet. More...
 
uint32 size
 Size of the packet. More...
 

Detailed Description

A packet within a TRX file.

Definition at line 76 of file trxfile.h.

Member Data Documentation

◆ offset

uint32 Engines::NWN2::TRXFile::Packet::offset

Offset to the contents of the packet.

Definition at line 78 of file trxfile.h.

◆ size

uint32 Engines::NWN2::TRXFile::Packet::size

◆ type

uint32 Engines::NWN2::TRXFile::Packet::type

Type of the packet (TRWH, TRRN, WATR, ASWM).

Definition at line 77 of file trxfile.h.

Referenced by Engines::NWN2::TRXFile::loadPacket().


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