project-wormhole-esm 0.1.0

ESM file format parser for Project Wormhole
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use crate::dev::*;


// This record reuses fields with the same names and puts them in an array
// May require special handling to keep things in order

define_record2! {
    b"AECH",
    AudioEffectChain, [
        EditorId;
        b"KNAM", Keyword, u32;
        b"DNAM", DNAM, ESMString;
    ]
}