/usr/pkg/bin/pod2html: perllib/TrnWrite.pm: unterminated list at =head in paragraph 21. ignoring. /usr/pkg/bin/pod2html: perllib/TrnWrite.pm: unexpected =item directive in paragraph 26. ignoring. /usr/pkg/bin/pod2html: perllib/TrnWrite.pm: unexpected =back directive in paragraph 31. ignoring.
TrnWrite - Perl Module to Write Trn datastructures
This module allows writing nwn2 trn/trx files. It takes Trn object in and writes it to file or returns it as encoded string.
The basic working is that you give hash of options to the TrnWrite::write, and get encoded data back or written to file.
TrnWrite::write is used to write trn or trn file. Takes hash table of options in, and returns either the data as a string, or writes the data directoy to file.
$data = $trn->write(%options); $data = write($trn, %options);
Following options can be given to the TrnWrite::write.
=over 4
trnpack(1), Trn(3), and TrnRead(3).
Tero Kivinen <kivinen@iki.fi>.
Created to do walkmesh height setter.