Expand description
Typed UTW (.utw) waypoint blueprint and conversion helpers.
UTW (.utw) typed generic wrapper.
Waypoints are invisible logic markers: named static coordinates in an area that patrol routes, spawn points, camera focal points and the player’s map pins refer to. Nothing renders them.
§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§
- author_
utw - Authors the UTW file the typed view describes, into a writer.
- author_
utw_ to_ vec - Authors the UTW file the typed view describes, as bytes.
- 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.