Skip to main content

DBPFInfoHeader

DBPF.js v1.1.0Docs


DBPF.js v1.1.0 / DBPF / DBPFInfoHeader

Type Alias: DBPFInfoHeader

DBPFInfoHeader: object

The DBPF Info Header structure.

This is a sub-structure of the parsed DBPF header.

Type declaration

created

created: FourBytes

The date the DBPF file was created as tracked by the DBPF file itself.

major

major: FourBytes

The major version of the DBPF file format.

minor

minor: FourBytes

The minor version of the DBPF file format.

modified

modified: FourBytes

The date the DBPF file was last modified as tracked by the DBPF file itself.

usermajor

usermajor: FourBytes

The major version provided by the user (supposedly used for modding).

userminor

userminor: FourBytes

The minor version provided by the user (supposedly used for modding).

See

DBPFHeader

Defined in

src/DBPF.ts:162