tModLoader v2024.10
A mod to make and play Terraria mods
|
Inherits IProvideReports.
Public Member Functions | |
List< IssueReport > | GetReports () |
void | ReportDelayedUploadProblem (string textKey) |
void | ReportDelayedUploadProblemWithoutKnownReason (string textKey, string reasonValue) |
void | ReportDownloadProblem (string textKey, string path, Exception exception) |
void | ReportInstantUploadProblem (string textKey) |
void | ReportInstantUploadProblemFromValue (string text) |
void | ReportManifestCreationProblem (string textKey, Exception exception) |
List< IssueReport > | GetReports () |
Events | |
Action | OnNeedToNotifyUI |
Action | OnNeedToOpenUI |
List< IssueReport > WorkshopIssueReporter.GetReports | ( | ) |
Implements IProvideReports.