This repository was archived by the owner on May 10, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 14
ModioStats
turupawn edited this page Jul 14, 2020
·
2 revisions
Mod statistics data.
| Name | Type | Description |
|---|---|---|
| ModId | int32 |
Unique mod id. |
| PopularityRankPosition | int32 |
Current rank of the mod. |
| PopularityRankTotalMods | int32 |
Number of ranking spots the current rank is measured against. |
| DownloadsTotal | int32 |
Number of total mod downloads. |
| SubscribersTotal | int32 |
Number of total users who have subscribed to the mod. |
| RatingsTotal | int32 |
Number of times this item has been rated. |
| RatingsPositive | int32 |
Number of positive ratings. |
| RatingsNegative | int32 |
Number of negative ratings. |
| RatingsPercentagePositive | int32 |
Number of positive ratings, divided by the total ratings to determine it’s percentage score. |
| DateExpires | int32 |
Unix timestamp until this mods's statistics are considered stale. |
| RatingsWeightedAggregate | int32 |
Overall rating of this item. |
| RatingsDisplayText | FString |
Textual representation of the rating. |

- Process and initialization
- User authentication
- Browsing
- Subscriptions
- Listeners
- Schemas
- Delegates