Drag[en]gine Script Module DragonScript  1.23
Dragengine.Services.Mods.ServiceModInfo Class Reference

Information about game modification. More...

Inheritance diagram for Dragengine.Services.Mods.ServiceModInfo:

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...
 

Detailed Description

Information about game modification.

Version
1.23

Member Function Documentation

◆ new()

ServiceModInfo Dragengine.Services.Mods.ServiceModInfo.new ( )

Create new instance of class ServiceModInfo.

Member Data Documentation

◆ dateAdded

TimeDate Dragengine.Services.Mods.ServiceModInfo.dateAdded

Date of modification registration.

◆ dateReleased

TimeDate Dragengine.Services.Mods.ServiceModInfo.dateReleased

Date of modification marked live.

◆ dateUpdated

TimeDate Dragengine.Services.Mods.ServiceModInfo.dateUpdated

Date of last modification update.

◆ descriptionHtml

String Dragengine.Services.Mods.ServiceModInfo.descriptionHtml

Profile description in HTML format.

◆ descriptionText

String Dragengine.Services.Mods.ServiceModInfo.descriptionText

Profile description in plain text.

◆ externalLinks

Array Dragengine.Services.Mods.ServiceModInfo.externalLinks

External links like videos or social media platforms.

Array of ExternalLink.

◆ galleryImages

Array Dragengine.Services.Mods.ServiceModInfo.galleryImages

Gallery images as Array of ServiceImage.

◆ hasDependencies

bool Dragengine.Services.Mods.ServiceModInfo.hasDependencies

Modification has direct dependencies.

◆ id

String Dragengine.Services.Mods.ServiceModInfo.id

Identifier.

◆ latestRelease

ServiceModRelease Dragengine.Services.Mods.ServiceModInfo.latestRelease

Information about most recent public release of modification.

◆ logo

ServiceImage Dragengine.Services.Mods.ServiceModInfo.logo

Modification logo.

◆ maturityOptions

Set Dragengine.Services.Mods.ServiceModInfo.maturityOptions

Mature option flags.

Set of ServiceModFilterMatureContent.

◆ metadata

String Dragengine.Services.Mods.ServiceModInfo.metadata

Metadata set by modification developer.

◆ metadataMap

Dictionary Dragengine.Services.Mods.ServiceModInfo.metadataMap

Meta data dictionary.

Dictionary with String key and String value.

◆ name

String Dragengine.Services.Mods.ServiceModInfo.name

Profile name.

◆ price

String Dragengine.Services.Mods.ServiceModInfo.price

Price of modification.

◆ profileUrl

String Dragengine.Services.Mods.ServiceModInfo.profileUrl

Profil URL.

◆ stats

ServiceModStats Dragengine.Services.Mods.ServiceModInfo.stats

Stats and ratings for modification.

◆ submittedBy

ServiceUserInfo Dragengine.Services.Mods.ServiceModInfo.submittedBy

User who submitted the modification.

◆ summary

String Dragengine.Services.Mods.ServiceModInfo.summary

Profile summary.

◆ tags

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.

◆ userRating

Integer Dragengine.Services.Mods.ServiceModInfo.userRating

Rating submitted by user or null.

◆ version

String Dragengine.Services.Mods.ServiceModInfo.version

Current modification version.


The documentation for this class was generated from the following file: