This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
ModIO.ModProfile
Jackson Wood edited this page Feb 20, 2019
·
6 revisions
class in ModIO
Name | Description |
---|---|
NULL_ID | An id value indicating an invalid profile. |
Name | Description |
---|---|
id | Unique mod id. |
gameId | Unique game id. |
status | Status of the mod. |
visibility | Visibility of the mod. |
submittedBy | Contains user data. |
dateAdded | Unix timestamp of date mod was registered. |
dateUpdated | Unix timestamp of date mod was updated. |
dateLive | Unix timestamp of date mod was set live. |
contentWarnings | Maturity options flagged by the mod developer, this is only relevant if the parent game allows mods to be labelled as mature. |
logoLocator | Contains logo data. |
homepageURL | Official homepage of the mod. |
name | Name of the mod. |
nameId | Path for the mod on mod.io. For example: https://gamename.mod.io/mod-name-id-here |
summary | Summary of the mod. |
descriptionAsHTML | Detailed description of the mod which allows HTML. |
descriptionAsText | The description of the mod with the HTML formatting removed. |
metadataBlob | Metadata stored by the game developer. |
profileURL | URL to the mod's mod.io profile. |
currentBuild | Contains data for the current build. |
media | Contains mod media data. |
metadataKVPs | Contains key-value metadata. |
tags | Contains mod tag data. |
tagNames |