terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
GeneralIssueReporter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
Cpp2IlInjected
;
4
5
namespace
Terraria.DataStructures
6
{
7
// Token: 0x0200062F RID: 1583
8
public
class
GeneralIssueReporter
:
IProvideReports
9
{
10
// Token: 0x06003623 RID: 13859 RVA: 0x000021DB File Offset: 0x000003DB
11
public
void
AddReport
(
string
textToShow
)
12
{
13
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
14
}
15
16
// Token: 0x06003624 RID: 13860 RVA: 0x002123A0 File Offset: 0x002105A0
17
public
List<IssueReport>
GetReports
()
18
{
19
return
this.
_reports
;
20
}
21
22
// Token: 0x06003625 RID: 13861 RVA: 0x002123B4 File Offset: 0x002105B4
23
public
GeneralIssueReporter
()
24
{
25
}
26
27
// Token: 0x040076E8 RID: 30440
28
private
List<IssueReport>
_reports
;
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Collections.Generic.List
Definition
List.cs:13
Terraria.DataStructures.GeneralIssueReporter.GetReports
List< IssueReport > GetReports()
Definition
GeneralIssueReporter.cs:17
Terraria.DataStructures.GeneralIssueReporter.GeneralIssueReporter
GeneralIssueReporter()
Definition
GeneralIssueReporter.cs:23
Terraria.DataStructures.GeneralIssueReporter._reports
List< IssueReport > _reports
Definition
GeneralIssueReporter.cs:28
Terraria.DataStructures.GeneralIssueReporter.AddReport
void AddReport(string textToShow)
Definition
GeneralIssueReporter.cs:11
Terraria.DataStructures.GeneralIssueReporter
Definition
GeneralIssueReporter.cs:9
Terraria.DataStructures.IProvideReports
Definition
IProvideReports.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System
Definition
__ComObject.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:4
source
Terraria
DataStructures
GeneralIssueReporter.cs
Generated by
1.10.0