Expand description
Typed UTW (.utw) model and conversion helpers.
UTW (.utw) typed generic wrapper.
UTW resources are GFF-backed waypoint templates.
§Field Layout
UTW root struct
+-- TemplateResRef / Tag / LocalizedName
+-- Appearance / PaletteID / Comment
+-- HasMapNote / MapNoteEnabled / MapNote
+-- Description / LinkedTo
+-- XPosition / YPosition / ZPosition
+-- XOrientation / YOrientation / ZOrientationStructs§
Enums§
- UtwError
- Errors produced while reading or writing typed UTW data.
Functions§
- read_
utw - Reads typed UTW data from a reader at the current stream position.
- read_
utw_ from_ bytes - Reads typed UTW data directly from bytes.
- write_
utw - Writes typed UTW data to an output writer.
- write_
utw_ to_ vec - Serializes typed UTW data into a byte vector.