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 CreationBuildGets the identifying build version the map was first created in.
Array CreationDateGets an array of data with information about the creation date and time.
bool UsesDefaultAssetsGets whether or not the map uses the default Dungeondraft assets. Most do.
Array<AssetPack> AssetManifestGets an array of AssetPack that the map creator included within the map. See AssetPack.