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
GUIControllerWiresUI.cs
Go to the documentation of this file.
1using System;
5using Terraria;
7
8[global::Cpp2ILInjected.Token(Token = "0x20000A9")]
10{
11 [global::Cpp2ILInjected.Token(Token = "0x60003FB")]
12 [global::Cpp2ILInjected.Address(RVA = "0xA835A4", Offset = "0xA835A4", Length = "0x4")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWiresUI), Member = "DrawOverlay", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 public void Activate()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60003FC")]
21 [global::Cpp2ILInjected.Address(RVA = "0xA835A8", Offset = "0xA835A8", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x60003FD")]
29 [global::Cpp2ILInjected.Address(RVA = "0xA835B0", Offset = "0xA835B0", Length = "0x94")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WiresUI.Settings), Member = "get_DrawToolAllowActuators", ReturnType = typeof(bool))]
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x60003FE")]
39 [global::Cpp2ILInjected.Address(RVA = "0xA83644", Offset = "0xA83644", Length = "0x19C")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WiresUI.Settings), Member = "get_DrawToolAllowActuators", ReturnType = typeof(bool))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WireUI_Layout), Member = "get_Instance", ReturnType = typeof(WireUI_Layout))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "GetRegion", MemberParameters = new object[] { typeof(TransactionButton_Layout) }, ReturnType = typeof(Rectangle))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Size", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(Vector2))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
47 {
51 }, ReturnType = typeof(Vector2))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
53 {
54 typeof(int),
55 typeof(int),
56 typeof(int),
57 typeof(int)
58 }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x60003FF")]
66 [global::Cpp2ILInjected.Address(RVA = "0xA837E0", Offset = "0xA837E0", Length = "0x8")]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWiresUI), Member = ".ctor", ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x40003D8")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
77 private int _selectedRow;
78
79 [global::Cpp2ILInjected.Token(Token = "0x40003D9")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
81 private int _selectedColumn;
82}
class f__AnonymousType0<< Count > j__TPar
GUIControllerItem Navigate(Vector2 navigationVector)