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
UIResourcePackInfoButton.cs
Go to the documentation of this file.
1using System;
6using Terraria.IO;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000AC9")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x170008C8")]
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x600512C")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1894628", Offset = "0x1894628", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
24 [global::Cpp2ILInjected.Token(Token = "0x600512D")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1894630", Offset = "0x1894630", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x600512E")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1894638", Offset = "0x1894638", Length = "0x1F8")]
36 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
40 public UIResourcePackInfoButton(T text, float textScale = 1f, bool large = false)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x600512F")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1894830", Offset = "0x1894830", Length = "0x21C")]
47 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = "Lerp", MemberParameters = new object[]
51 {
54 typeof(float)
55 }, ReturnType = typeof(Color))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = "op_Multiply", MemberParameters = new object[]
57 {
59 typeof(float)
60 }, ReturnType = typeof(Color))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "DrawSplicedPanel", MemberParameters = new object[]
62 {
65 typeof(int),
66 typeof(int),
67 typeof(int),
68 typeof(int),
69 typeof(int),
70 typeof(int),
71 typeof(int),
72 typeof(int),
74 }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
76 protected override void DrawSelf(SpriteBatch spriteBatch)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x40089CF")]
82 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
84
85 [global::Cpp2ILInjected.Token(Token = "0x40089D0")]
86 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
88
89 [global::Cpp2ILInjected.Token(Token = "0x40089D1")]
90 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
92 }
93}
class f__AnonymousType0<< Count > j__TPar
UIResourcePackInfoButton(T text, float textScale=1f, bool large=false)