Drag[en]gine Script Module DragonScript
1.23
|
Information about game modification. More...
Classes | |
class | ExternalLink |
Link to an external site. More... | |
Public Member Functions | |
ServiceModInfo | new () |
Public Attributes | |
TimeDate | dateAdded |
Date of modification registration. More... | |
TimeDate | dateReleased |
Date of modification marked live. More... | |
TimeDate | dateUpdated |
Date of last modification update. More... | |
String | descriptionHtml |
Profile description in HTML format. More... | |
String | descriptionText |
Profile description in plain text. More... | |
Array | externalLinks |
External links like videos or social media platforms. More... | |
Array | galleryImages |
Gallery images as Array of ServiceImage. More... | |
bool | hasDependencies |
Modification has direct dependencies. More... | |
String | id |
Identifier. More... | |
ServiceModRelease | latestRelease |
Information about most recent public release of modification. More... | |
ServiceImage | logo |
Modification logo. More... | |
Set | maturityOptions |
Mature option flags. More... | |
String | metadata |
Metadata set by modification developer. More... | |
Dictionary | metadataMap |
Meta data dictionary. More... | |
String | name |
Profile name. More... | |
String | price |
Price of modification. More... | |
String | profileUrl |
Profil URL. More... | |
ServiceModStats | stats |
Stats and ratings for modification. More... | |
ServiceUserInfo | submittedBy |
User who submitted the modification. More... | |
String | summary |
Profile summary. More... | |
Dictionary | tags |
Tags. More... | |
Integer | userRating |
Rating submitted by user or null. More... | |
String | version |
Current modification version. More... | |
Information about game modification.
ServiceModInfo Dragengine.Services.Mods.ServiceModInfo.new | ( | ) |
Create new instance of class ServiceModInfo.
TimeDate Dragengine.Services.Mods.ServiceModInfo.dateAdded |
Date of modification registration.
TimeDate Dragengine.Services.Mods.ServiceModInfo.dateReleased |
Date of modification marked live.
TimeDate Dragengine.Services.Mods.ServiceModInfo.dateUpdated |
Date of last modification update.
String Dragengine.Services.Mods.ServiceModInfo.descriptionHtml |
Profile description in HTML format.
String Dragengine.Services.Mods.ServiceModInfo.descriptionText |
Profile description in plain text.
Array Dragengine.Services.Mods.ServiceModInfo.externalLinks |
External links like videos or social media platforms.
Array of ExternalLink.
Array Dragengine.Services.Mods.ServiceModInfo.galleryImages |
Gallery images as Array of ServiceImage.
bool Dragengine.Services.Mods.ServiceModInfo.hasDependencies |
Modification has direct dependencies.
String Dragengine.Services.Mods.ServiceModInfo.id |
Identifier.
ServiceModRelease Dragengine.Services.Mods.ServiceModInfo.latestRelease |
Information about most recent public release of modification.
ServiceImage Dragengine.Services.Mods.ServiceModInfo.logo |
Modification logo.
Set Dragengine.Services.Mods.ServiceModInfo.maturityOptions |
Mature option flags.
Set of ServiceModFilterMatureContent.
String Dragengine.Services.Mods.ServiceModInfo.metadata |
Metadata set by modification developer.
Dictionary Dragengine.Services.Mods.ServiceModInfo.metadataMap |
Meta data dictionary.
Dictionary with String key and String value.
String Dragengine.Services.Mods.ServiceModInfo.name |
Profile name.
String Dragengine.Services.Mods.ServiceModInfo.price |
Price of modification.
String Dragengine.Services.Mods.ServiceModInfo.profileUrl |
Profil URL.
ServiceModStats Dragengine.Services.Mods.ServiceModInfo.stats |
Stats and ratings for modification.
ServiceUserInfo Dragengine.Services.Mods.ServiceModInfo.submittedBy |
User who submitted the modification.
String Dragengine.Services.Mods.ServiceModInfo.summary |
Profile summary.
Dictionary Dragengine.Services.Mods.ServiceModInfo.tags |
Tags.
Dictionary with String tag as key and String translation as value. The tag is used to identify the tag while the value is used to display the tag to the user. The value is typically translated to the user language by the service provider.
Integer Dragengine.Services.Mods.ServiceModInfo.userRating |
Rating submitted by user or null.
String Dragengine.Services.Mods.ServiceModInfo.version |
Current modification version.