MapDataHeader

Contains the very basic data for the map binary file (*.mbf).

Constructors

this
this(int sizeX, int sizeY)
Undocumented in source.

Members

Enums

RegisteredFlags
enum RegisteredFlags
Undocumented in source.

Variables

flags
uint flags;

Stores additional data about the binary map file as a boolean array. Bit 24-31 are user definable.

sizeX
int sizeX;

width of the map

sizeY
int sizeY;

Height of the map

Meta