tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.Social.Base.WorkshopIssueReporter Class Reference

Inherits Terraria.DataStructures.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 > Terraria.Social.Base.WorkshopIssueReporter.GetReports ( )