|
tModLoader v2025.10
A mod to make and play Terraria mods
|
Public Member Functions | |
| ModDownloadItem (string displayName, string name, Version version, string author, string modReferences, ModSide modSide, string modIconUrl, string publishId, int downloads, int hot, DateTime timeStamp, Version modloaderversion, string homepage, string ownerId, string[] referencesById, bool banned, DeveloperMetadata devMetadata) | |
| bool | Equals (ModDownloadItem item) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static IEnumerable< ModDownloadItem > | NeedsInstallOrUpdate (IEnumerable< ModDownloadItem > downloads) |
Public Attributes | |
| readonly string | Author |
| readonly bool | Banned |
| readonly DeveloperMetadata | DevMetadata |
| readonly string | DisplayName |
| readonly string | DisplayNameClean |
| readonly int | Downloads |
| readonly string | Homepage |
| readonly int | Hot |
| readonly string | ModIconUrl |
| readonly Version | ModloaderVersion |
| readonly string | ModName |
| readonly ModPubId_t[] | ModReferenceByModId |
| readonly string | ModReferencesBySlug |
| readonly ModSide | ModSide |
| readonly string | OwnerId |
| readonly ModPubId_t | PublishId |
| readonly DateTime | TimeStamp |
| readonly Version | Version |
Properties | |
| bool | AppNeedRestartToReinstall [get] |
| bool | IsInstalled [get] |
| bool | NeedUpdate [get] |