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
GUIControllerMultiplayerJoin.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x2000099")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x60003A5")]
10 [global::Cpp2ILInjected.Address(RVA = "0x9C5A6C", Offset = "0x9C5A6C", Length = "0x8")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 public void Activate()
13 {
14 throw null;
15 }
16
17 [global::Cpp2ILInjected.Token(Token = "0x60003A6")]
18 [global::Cpp2ILInjected.Address(RVA = "0x9C5A74", Offset = "0x9C5A74", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x60003A7")]
26 [global::Cpp2ILInjected.Address(RVA = "0x9C5A7C", Offset = "0x9C5A7C", Length = "0x78")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60003A8")]
35 [global::Cpp2ILInjected.Address(RVA = "0x9C5AF4", Offset = "0x9C5AF4", Length = "0xC")]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerJoin), Member = "EnterServerIP", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
38 public void ActivateServerIP()
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x60003A9")]
44 [global::Cpp2ILInjected.Address(RVA = "0x9C5B00", Offset = "0x9C5B00", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerJoin), Member = "CloseServerIPEdit", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
47 public void DeactivateServerIP()
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x60003AA")]
53 [global::Cpp2ILInjected.Address(RVA = "0x9C5B08", Offset = "0x9C5B08", Length = "0xC")]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerJoin), Member = "EnterServerPort", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
56 public void ActivateServerPort()
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x60003AB")]
62 [global::Cpp2ILInjected.Address(RVA = "0x9C5B14", Offset = "0x9C5B14", Length = "0x8")]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerJoin), Member = "CloseServerPortEdit", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x60003AC")]
71 [global::Cpp2ILInjected.Address(RVA = "0x9C5B1C", Offset = "0x9C5B1C", Length = "0xB0")]
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 = 1)]
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x60003AD")]
82 [global::Cpp2ILInjected.Address(RVA = "0x9C5BCC", Offset = "0x9C5BCC", Length = "0x8")]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerJoin), 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 = "0x4000388")]
92 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
93 private bool serverIPActive;
94
95 [global::Cpp2ILInjected.Token(Token = "0x4000389")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x11")]
97 private bool serverPortActive;
98
99 [global::Cpp2ILInjected.Token(Token = "0x400038A")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
101 public int selectionIndex;
102}
class f__AnonymousType0<< Count > j__TPar
GUIControllerItem Navigate(Vector2 navigationVector)