Trn

TRN / TRX file parsing

Constructors

this
this()

Empty TRN file

this
this(string path)

Parse a TRN file

this
this(ubyte[] rawData)

Parse TRN raw data

Members

Functions

opApply
int opApply(int delegate(ref T packet) dlg)

foreach(ref TrnNWN2WalkmeshPayload aswm ; trn){}

serialize
ubyte[] serialize()

Properties

nwnVersion
string nwnVersion [@property getter]
versionMajor
uint versionMajor [@property getter]
versionMinor
uint versionMinor [@property getter]

Variables

m_nwnVersion
string m_nwnVersion;
m_versionMajor
uint m_versionMajor;
m_versionMinor
uint m_versionMinor;
packets
TrnPacket[] packets;

TRN packet list

Meta