/usr/pkg/bin/pod2html: perllib/TrnRead.pm: unterminated list at =head in paragraph 37. ignoring. /usr/pkg/bin/pod2html: perllib/TrnRead.pm: unexpected =item directive in paragraph 42. ignoring. /usr/pkg/bin/pod2html: perllib/TrnRead.pm: unexpected =back directive in paragraph 51. ignoring.
TrnRead - Perl Module to Read Trn datastructures
This module allows easy reading and parsing of the nwn2 trn/trx files. It returns a hash structure having everything from the trn/trx.
The basic working is that you give hash of options to the TrnRead::read, and get Trn object back from there. The data is either read from the string given to the read function, or from the file given to the read function.
TrnRead::read is used to read and parse trn structure. Take hash table of options in, and returns a reference to the Trn(3) object back.
\%trn = read(%options);
Following options can be given to the TrnRead::read.
=over 4
trnunpack(1), Trn(3), and TrnWrite(3).
Tero Kivinen <kivinen@iki.fi>.
Created to do walkmesh height setter.