Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Social.Base.WorkshopIssueReporter Class Reference

Public Member Functions

List< IssueReportGetReports ()
 
void ReportInstantUploadProblem (string textKey)
 
void ReportInstantUploadProblemFromValue (string text)
 
void ReportDelayedUploadProblem (string textKey)
 
void ReportDelayedUploadProblemWithoutKnownReason (string textKey, string reasonValue)
 
void ReportDownloadProblem (string textKey, string path, Exception exception)
 
void ReportManifestCreationProblem (string textKey, Exception exception)
 

Events

Action OnNeedToOpenUI
 
Action OnNeedToNotifyUI
 

Private Member Functions

void AddReport (string reportText)
 
void OpenReportsScreen ()
 
void NotifyReportsScreen ()
 

Private Attributes

int _maxReports = 1000
 
List< IssueReport_reports = new List<IssueReport>()
 

Detailed Description

Definition at line 8 of file WorkshopIssueReporter.cs.


The documentation for this class was generated from the following file: