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
GUIControllerMultiplayerLobby.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x200009A")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x60003AE")]
10 [global::Cpp2ILInjected.Address(RVA = "0x9C5BD4", Offset = "0x9C5BD4", Length = "0x8C")]
11 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerLobby), Member = "DrawCategoryButtons", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
15 public void Activate()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60003AF")]
21 [global::Cpp2ILInjected.Address(RVA = "0x9C5C60", Offset = "0x9C5C60", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x60003B0")]
29 [global::Cpp2ILInjected.Address(RVA = "0x9C5C68", Offset = "0x9C5C68", Length = "0x230")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMultiplayerLobby), Member = "Navigate", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(GUIControllerItem))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DrPlatform), Member = "IsCurrentPlatform", MemberParameters = new object[] { typeof(DrPlatform.DrPlatformType) }, ReturnType = typeof(bool))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
35 {
39 }, ReturnType = typeof(Vector2))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Subtraction", MemberParameters = new object[]
41 {
44 }, ReturnType = typeof(Vector2))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
46 {
47 typeof(int),
48 typeof(int),
49 typeof(int),
50 typeof(int)
51 }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
53 private void UpdateScroll()
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x60003B1")]
59 [global::Cpp2ILInjected.Address(RVA = "0x9C5E98", Offset = "0x9C5E98", Length = "0x21C")]
60 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DrPlatform), Member = "IsCurrentPlatform", MemberParameters = new object[] { typeof(DrPlatform.DrPlatformType) }, ReturnType = typeof(bool))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMultiplayerLobby), Member = "UpdateScroll", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x60003B2")]
71 [global::Cpp2ILInjected.Address(RVA = "0x9C60B4", Offset = "0x9C60B4", Length = "0x148")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "GetRegion", MemberParameters = new object[] { typeof(TransactionButton_Layout) }, ReturnType = typeof(Rectangle))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x60003B3")]
82 [global::Cpp2ILInjected.Address(RVA = "0x9C61FC", Offset = "0x9C61FC", Length = "0x8")]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerLobby), Member = ".ctor", ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x400038B")]
92 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
93 public int selectedControl;
94
95 [global::Cpp2ILInjected.Token(Token = "0x200009B")]
96 public enum Controls
97 {
98 [global::Cpp2ILInjected.Token(Token = "0x400038D")]
99 Local,
100 [global::Cpp2ILInjected.Token(Token = "0x400038E")]
101 Dedicated,
102 [global::Cpp2ILInjected.Token(Token = "0x400038F")]
103 Delete,
104 [global::Cpp2ILInjected.Token(Token = "0x4000390")]
105 Favourite,
106 [global::Cpp2ILInjected.Token(Token = "0x4000391")]
107 Play,
108 [global::Cpp2ILInjected.Token(Token = "0x4000392")]
109 Back,
110 [global::Cpp2ILInjected.Token(Token = "0x4000393")]
111 New
112 }
113}
class f__AnonymousType0<< Count > j__TPar
GUIControllerItem Navigate(Vector2 navigationVector)