ExtendibleMap

Stores, loads, and saves a level data from an XML and multiple MAP files.

Constructors

this
this(void[] data)

Load from datastream

this
this(string filename)

Load from file

this
this()

Create new from scratch

Members

Functions

addFileToTileSource
void addFileToTileSource(int num, string file)
Undocumented in source. Be warned that the author may not have intended to support it.
addTileLayer
void addTileLayer(TileLayerData t)
Undocumented in source. Be warned that the author may not have intended to support it.
addTileToTileSource
void addTileToTileSource(int num, wchar ID, string name, string source, string file)
Undocumented in source. Be warned that the author may not have intended to support it.
getNumOfLayers
int getNumOfLayers()
Undocumented in source. Be warned that the author may not have intended to support it.
getTileLayer
TileLayerData getTileLayer(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
load32BitTileSet
Bitmap32Bit[wchar] load32BitTileSet(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
loadFile
void loadFile()
Undocumented in source. Be warned that the author may not have intended to support it.
loadTileSet
Bitmap16Bit[wchar] loadTileSet(int num)

Loads the bitmaps for the Tilelayer from the XMP files

removeTileLayer
void removeTileLayer(int num)
Undocumented in source. Be warned that the author may not have intended to support it.
saveFile
void saveFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
saveFile
void saveFile()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

filename
string filename;
Undocumented in source.
metaData
string[string] metaData;
Undocumented in source.

Meta