xoreos
0.0.5
|
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... | |
uint32 Engines::NWN2::TRXFile::Packet::offset |
uint32 Engines::NWN2::TRXFile::Packet::size |
Size of the packet.
Definition at line 79 of file trxfile.h.
Referenced by Engines::NWN2::TRXFile::loadTRRN(), Engines::NWN2::TRXFile::loadTRWH(), and Engines::NWN2::TRXFile::loadWATR().
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().