HoleTable

A Hole Table contains the location and size of all holes in a DBPF file. Remarks: Holes are created when the game deletes something from a DBPF. The holes themselves are simply junk data of the appropriate length to fill the hole.

struct HoleTable {}

Members

Variables

location
uint location;

Location offset, in bytes.

size
uint size;

Size, in bytes.

Meta