tModLoader v2025.03
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
WorkshopIssueReporter Class Reference

Inherits IProvideReports.

Public Member Functions

List< IssueReportGetReports ()
 
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< IssueReportGetReports ()
 

Events

Action OnNeedToNotifyUI
 
Action OnNeedToOpenUI
 

Member Function Documentation

◆ GetReports()

List< IssueReport > WorkshopIssueReporter.GetReports ( )

Implements IProvideReports.