old_version | :: string? | Old version of the map. Present only when loading map version other than the current version. |
Old version of the map. Present only when loading map version other than the current version. | ||
new_version | :: string? | New version of the map. Present only when loading map version other than the current version. |
New version of the map. Present only when loading map version other than the current version. | ||
mod_changes | :: dictionary[string → ModChangeData] | Dictionary of mod changes. It is indexed by mod name. |
Dictionary of mod changes. It is indexed by mod name. | ||
mod_startup_settings_changed | :: boolean |
|
| ||
migration_applied | :: boolean |
|
| ||
migrations | :: dictionary[IDType → dictionary[string → string]] | Dictionary of prototype changes due to migrations. The inner dictionary maps the old prototype name to the new prototype name. The new name will be an empty string if the prototype was removed. Entries are omitted if the old and new prototype name are the same. |
Dictionary of prototype changes due to migrations. The inner dictionary maps the old prototype name to the new prototype name. The new name will be an empty string if the prototype was removed. Entries are omitted if the old and new prototype name are the same. |