Skip to main content

DBPFIndexHeader

DBPF.js v1.1.0Docs


DBPF.js v1.1.0 / DBPF / DBPFIndexHeader

Type Alias: DBPFIndexHeader

DBPFIndexHeader: object

The DBPF Index Header structure.

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

Type declaration

count

count: FourBytes

The number of entries in the index table.

first

first: FourBytes

The offset of the first entry in the index table (v1.x).

major

major: FourBytes

The major version of the index table.

minor

minor: FourBytes

The minor version of the index table.

offset

offset: FourBytes & BufferOffset

The offset of the index table (v2.0).

size

size: FourBytes & BufferLength

The size of the index table.

See

DBPFHeader

Defined in

src/DBPF.ts:195