terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.Social.Base.WorkshopIssueReporter Class Reference
+ Inheritance diagram for Terraria.Social.Base.WorkshopIssueReporter:
+ Collaboration diagram for Terraria.Social.Base.WorkshopIssueReporter:

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)
 
 WorkshopIssueReporter ()
 

Properties

Action OnNeedToOpenUI [set]
 
Action OnNeedToNotifyUI [set]
 

Private Member Functions

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

Private Attributes

int _maxReports
 
List< IssueReport_reports
 

Detailed Description

Definition at line 12 of file WorkshopIssueReporter.cs.


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