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
UIVerticalSeparator.cs
Go to the documentation of this file.
1using System;
7using Terraria.UI;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000AD2")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6005192")]
15 [global::Cpp2ILInjected.Address(RVA = "0x9301C8", Offset = "0x9301C8", Length = "0x1E8")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIElement), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Width", MemberParameters = new object[] { typeof(Asset<Texture2D>) }, ReturnType = typeof(int))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StyleDimension), Member = "Set", MemberParameters = new object[]
21 {
22 typeof(float),
23 typeof(float)
24 }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Height", MemberParameters = new object[] { typeof(Asset<Texture2D>) }, ReturnType = typeof(int))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6005193")]
33 [global::Cpp2ILInjected.Address(RVA = "0x9303B0", Offset = "0x9303B0", Length = "0x7C")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CalculatedStyle), Member = "ToRectangle", ReturnType = typeof(Rectangle))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "Draw", MemberParameters = new object[]
37 {
41 }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
43 protected override void DrawSelf(SpriteBatch spriteBatch)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x6005194")]
49 [global::Cpp2ILInjected.Address(RVA = "0x93042C", Offset = "0x93042C", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 public override bool ContainsPoint(Vector2 point)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x4008A10")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0x148")]
59
60 [global::Cpp2ILInjected.Token(Token = "0x4008A11")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x150")]
62 public Color Color;
63
64 [global::Cpp2ILInjected.Token(Token = "0x4008A12")]
65 [global::Cpp2ILInjected.FieldOffset(Offset = "0x154")]
66 public int EdgeWidth;
67 }
68}
class f__AnonymousType0<< Count > j__TPar
override void DrawSelf(SpriteBatch spriteBatch)