Drag[en]gine Script Module DragonScript
1.23
|
Modification information for use in modification listing. More...
Classes | |
class | GalleryImage |
Gallery image. More... | |
Public Member Functions | |
MMModification | new (ServiceModInfo info, ServiceModStatus status) |
Create new instance of class ModListEntry. More... | |
Public Attributes | |
Exception | exception |
Last exception or null. More... | |
Array | galleryImages |
Gallery images as Array of GalleryImage or null if not loaded. More... | |
ServiceModInfo | info |
Modification information. More... | |
Image | logo |
Cached logo image or null. More... | |
Image | logoSmall |
Cached small logo image or null. More... | |
ServiceModProgress | progress |
Modification progress or null. More... | |
ServiceModStatus | status |
Modification status or null. More... | |
Modification information for use in modification listing.
Stores ServiceModInfo, ServiceModStatus and cached resources.
MMModification Dragengine.Gui.ModManagement.MMModification.new | ( | ServiceModInfo | info, |
ServiceModStatus | status | ||
) |
Create new instance of class ModListEntry.
Exception Dragengine.Gui.ModManagement.MMModification.exception |
Last exception or null.
Array Dragengine.Gui.ModManagement.MMModification.galleryImages |
Gallery images as Array of GalleryImage or null if not loaded.
ServiceModInfo Dragengine.Gui.ModManagement.MMModification.info |
Modification information.
Image Dragengine.Gui.ModManagement.MMModification.logo |
Cached logo image or null.
Image Dragengine.Gui.ModManagement.MMModification.logoSmall |
Cached small logo image or null.
ServiceModProgress Dragengine.Gui.ModManagement.MMModification.progress |
Modification progress or null.
ServiceModStatus Dragengine.Gui.ModManagement.MMModification.status |
Modification status or null.