MapDataHeader

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

Constructors

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

Members

Variables

fileLength
uint fileLength;

fileLength = sizeX * sizeY + MapDataHeader.sizeof;

flags
uint flags;
Undocumented in source.
sizeX
int sizeX;
Undocumented in source.
sizeY
int sizeY;
Undocumented in source.

Meta