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
GUIControllerRightPageSelector.cs
Go to the documentation of this file.
1using System;
3using Controller;
8using Terraria;
9
10[global::Cpp2ILInjected.Token(Token = "0x20000DB")]
12{
13 [global::Cpp2ILInjected.Token(Token = "0x60005AC")]
14 [global::Cpp2ILInjected.Address(RVA = "0xB22874", Offset = "0xB22874", Length = "0x80")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<Int32Enum>), Member = "IndexOf", MemberParameters = new object[] { "System.Int32Enum" }, ReturnType = typeof(int))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18 public void Activate()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60005AD")]
24 [global::Cpp2ILInjected.Address(RVA = "0xB228F4", Offset = "0xB228F4", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 public int GetSelectedItem()
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x60005AE")]
32 [global::Cpp2ILInjected.Address(RVA = "0xB228FC", Offset = "0xB228FC", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x60005AF")]
40 [global::Cpp2ILInjected.Address(RVA = "0xB22904", Offset = "0xB22904", Length = "0xE0")]
41 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_AnyControllerConnected", ReturnType = typeof(bool))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x60005B0")]
51 [global::Cpp2ILInjected.Address(RVA = "0xB229E4", Offset = "0xB229E4", Length = "0x268")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Size", MemberParameters = new object[] { typeof(Texture2D) }, ReturnType = typeof(Vector2))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
56 {
58 typeof(float)
59 }, ReturnType = typeof(Vector2))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
61 {
65 }, ReturnType = typeof(Vector2))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
67 {
68 typeof(int),
69 typeof(int),
70 typeof(int),
71 typeof(int)
72 }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x60005B1")]
80 [global::Cpp2ILInjected.Address(RVA = "0xB203F4", Offset = "0xB203F4", Length = "0x8")]
81 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x40004B3")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
90 private int selectedIndex;
91}
class f__AnonymousType0<< Count > j__TPar
GUIControllerItem Navigate(Vector2 navigationVector)