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
UIHeader.cs
Go to the documentation of this file.
1using System;
6using Terraria.UI;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000AB6")]
11 public class UIHeader : UIElement
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x170008C4")]
14 public string Text
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x60050D3")]
17 [global::Cpp2ILInjected.Address(RVA = "0x928930", Offset = "0x928930", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 [global::Cpp2ILInjected.Token(Token = "0x60050D4")]
24 [global::Cpp2ILInjected.Address(RVA = "0x928938", Offset = "0x928938", Length = "0xF0")]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UIHeader), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UIHeader), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
29 {
30 typeof(string),
31 typeof(string)
32 }, ReturnType = typeof(bool))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteFont), Member = "MeasureString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Vector2))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
35 set
36 {
37 throw null;
38 }
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x60050D5")]
42 [global::Cpp2ILInjected.Address(RVA = "0x928A28", Offset = "0x928A28", Length = "0x78")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIElement), Member = ".ctor", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIHeader), Member = "set_Text", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
47 public UIHeader()
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x60050D6")]
53 [global::Cpp2ILInjected.Address(RVA = "0x928AA0", Offset = "0x928AA0", Length = "0x70")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIElement), Member = ".ctor", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIHeader), Member = "set_Text", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
58 public UIHeader(string text)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x60050D7")]
64 [global::Cpp2ILInjected.Address(RVA = "0x928B10", Offset = "0x928B10", Length = "0x338")]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
67 {
68 typeof(float),
69 typeof(float)
70 }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "DrawString", MemberParameters = new object[]
72 {
74 typeof(string),
77 }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
79 protected override void DrawSelf(SpriteBatch spriteBatch)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x4008993")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x148")]
86 private string _text;
87 }
88}
class f__AnonymousType0<< Count > j__TPar
override void DrawSelf(SpriteBatch spriteBatch)
Definition UIHeader.cs:79