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
GUIPlayerCreateController_Gender.cs
Go to the documentation of this file.
1using System;
6using Terraria;
7
8[global::Cpp2ILInjected.Token(Token = "0x20000F0")]
10{
11 [global::Cpp2ILInjected.Token(Token = "0x6000651")]
12 [global::Cpp2ILInjected.Address(RVA = "0xD16D38", Offset = "0xD16D38", Length = "0x28")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000652")]
21 [global::Cpp2ILInjected.Address(RVA = "0xD170AC", Offset = "0xD170AC", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000653")]
29 [global::Cpp2ILInjected.Address(RVA = "0xD170B4", Offset = "0xD170B4", Length = "0xB4")]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPlayerCreateController_Tabs), Member = "NavigateIntoCurrentPage", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(GUIControllerItem))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPlayerCreateMenu), Member = "DrawStylesGrid", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_PendingPlayer", ReturnType = typeof(Player))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array[]), Member = "IndexOf", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
35 {
36 typeof(int[]),
37 typeof(int)
38 }, ReturnType = typeof(int))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
40 public void Activate()
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6000654")]
46 [global::Cpp2ILInjected.Address(RVA = "0xD17168", Offset = "0xD17168", Length = "0xC4")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPlayerCreateController_Tabs), Member = "Activate", ReturnType = typeof(void))]
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6000655")]
56 [global::Cpp2ILInjected.Address(RVA = "0xD1729C", Offset = "0xD1729C", Length = "0x19C")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
60 {
64 }, ReturnType = typeof(Vector2))]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
66 {
67 typeof(int),
68 typeof(int),
69 typeof(int),
70 typeof(int)
71 }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
74 {
75 throw null;
76 }
77
78 // Note: this type is marked as 'beforefieldinit'.
79 [global::Cpp2ILInjected.Token(Token = "0x6000656")]
80 [global::Cpp2ILInjected.Address(RVA = "0xD17438", Offset = "0xD17438", Length = "0x94")]
81 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
83 {
86 }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x40004E4")]
94 private static int[] actualStyleOrder;
95
96 [global::Cpp2ILInjected.Token(Token = "0x40004E5")]
97 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
99
100 [global::Cpp2ILInjected.Token(Token = "0x40004E6")]
101 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
102 public int selectionIndex;
103}
class f__AnonymousType0<< Count > j__TPar
readonly GUIPlayerCreateController _controller
GUIControllerItem Navigate(Vector2 navigationVector)
GUIPlayerCreateController_Gender(GUIPlayerCreateController controller)