Header - Megasploot/Dungeondraft GitHub Wiki
Header is the class where information about the map meta data and custom assets is stored. It is safe to read the data within but dangerous to modify anything. Can be accessed through Global.Header
.
String CreationBuild
Gets the identifying build version the map was first created in.
Array CreationDate
Gets an array of data with information about the creation date and time.
bool UsesDefaultAssets
Gets whether or not the map uses the default Dungeondraft assets. Most do.
Array<AssetPack> AssetManifest
Gets an array of AssetPack that the map creator included within the map. See AssetPack.