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
UIResourcePackInfoButton.cs
Go to the documentation of this file.
1using System;
5using Terraria.IO;
6
8{
9 // Token: 0x02000AC9 RID: 2761
11 {
12 // Token: 0x170008C8 RID: 2248
13 // (get) Token: 0x0600512C RID: 20780 RVA: 0x000021DB File Offset: 0x000003DB
14 // (set) Token: 0x0600512D RID: 20781 RVA: 0x0027FA50 File Offset: 0x0027DC50
16 {
17 get
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21 set
22 {
23 }
24 }
25
26 // Token: 0x0600512E RID: 20782 RVA: 0x0027FA60 File Offset: 0x0027DC60
27 public UIResourcePackInfoButton(T text, float textScale = 1f, bool large = false)
28 {
29 if (!true)
30 {
31 }
32 }
33
34 // Token: 0x0600512F RID: 20783 RVA: 0x0027FA74 File Offset: 0x0027DC74
35 protected override void DrawSelf(SpriteBatch spriteBatch)
36 {
37 if (true)
38 {
39 int num = 32640;
40 int num2 = 32768;
41 if (10 != 0)
42 {
43 if (num == 0)
44 {
45 }
46 if (num2 == 0)
47 {
48 }
49 }
50 }
51 }
52
53 // Token: 0x040089CF RID: 35279
55
56 // Token: 0x040089D0 RID: 35280
58
59 // Token: 0x040089D1 RID: 35281
61 }
62}
class f__AnonymousType0<< Count > j__TPar
UIResourcePackInfoButton(T text, float textScale=1f, bool large=false)