terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
GUISaveSynchronisation_Lobby.cs
Go to the documentation of this file.
1using System;
4using Terraria;
6
7// Token: 0x0200029B RID: 667
9{
10 // Token: 0x06000FA5 RID: 4005 RVA: 0x0004E6C0 File Offset: 0x0004C8C0
11 public static void Draw()
12 {
13 if (!true)
14 {
15 }
16 int num = 1;
17 if (num == 0)
18 {
19 }
20 int value = num.m_value;
21 }
22
23 // Token: 0x06000FA6 RID: 4006 RVA: 0x0004E700 File Offset: 0x0004C900
24 public static void RefreshServers()
25 {
26 if (!true)
27 {
28 }
30 if (!true)
31 {
32 }
33 }
34
35 // Token: 0x06000FA7 RID: 4007 RVA: 0x0004E718 File Offset: 0x0004C918
36 private static void DrawServers()
37 {
38 if (!true)
39 {
40 }
42 int num = 255;
43 string textValue = Language.GetTextValue("Mobile.SearchingSaveDevices");
44 if (num == 0)
45 {
46 }
47 if (num == 0)
48 {
49 }
50 if (num == 0)
51 {
52 }
53 if (6899 == 0)
54 {
55 }
56 string textValue2 = Language.GetTextValue("Mobile.ConnectSaveServerIP");
59 {
60 }
61 }
62
63 // Token: 0x06000FA8 RID: 4008 RVA: 0x000021DB File Offset: 0x000003DB
64 private static float ServerScale(int index)
65 {
66 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
67 }
68
69 // Token: 0x06000FA9 RID: 4009 RVA: 0x0004E770 File Offset: 0x0004C970
70 private static void ServerOver(int index)
71 {
72 if (!true)
73 {
74 }
75 }
76
77 // Token: 0x06000FAA RID: 4010 RVA: 0x0004E780 File Offset: 0x0004C980
78 private static void ServerDraw(ItemGrid_Layout gridLayout, int index, Vector2 position, float scale)
79 {
80 if (32640 == 0)
81 {
82 }
83 }
84
85 // Token: 0x06000FAB RID: 4011 RVA: 0x0004E81C File Offset: 0x0004CA1C
90
91 // Token: 0x06000FAC RID: 4012 RVA: 0x0004E83C File Offset: 0x0004CA3C
92 private static void Back()
93 {
95 }
96
97 // Token: 0x06000FAD RID: 4013 RVA: 0x0004E850 File Offset: 0x0004CA50
98 private static void DrawMainButtons()
99 {
100 bool mouseLeft = Main.mouseLeft;
101 bool mouseLeftRelease = Main.mouseLeftRelease;
102 }
103
104 // Token: 0x06000FAE RID: 4014 RVA: 0x0004E894 File Offset: 0x0004CA94
106 {
107 }
108
109 // Token: 0x06000FAF RID: 4015 RVA: 0x0004E8A8 File Offset: 0x0004CAA8
110 // Note: this type is marked as 'beforefieldinit'.
112 {
113 }
114
115 // Token: 0x04001C49 RID: 7241
117
118 // Token: 0x04001C4A RID: 7242
119 public static float ScrollOffset;
120
121 // Token: 0x04001C4B RID: 7243
122 private static float ScrollMomentum;
123
124 // Token: 0x04001C4C RID: 7244
125 private static int ScrollDragging;
126
127 // Token: 0x04001C4D RID: 7245
128 private static Vector2 DragOffset;
129
130 // Token: 0x04001C4E RID: 7246
131 private static float TitleScale;
132
133 // Token: 0x04001C4F RID: 7247
134 private static float ConnectIPScale;
135
136 // Token: 0x04001C50 RID: 7248
137 private static float connectButtonScale;
138
139 // Token: 0x04001C51 RID: 7249
140 private static float backButtonScale;
141
142 // Token: 0x04001C52 RID: 7250
143 private static DateTime LastSelectTime;
144
145 // Token: 0x04001C53 RID: 7251
146 private const double DOUBLE_CLICK_TIME = 500.0;
147
148 // Token: 0x04001C54 RID: 7252
150
151 // Token: 0x04001C55 RID: 7253
152 public static int selectedServer;
153
154 // Token: 0x04001C56 RID: 7254
155 private static int serverOver;
156}
class f__AnonymousType0<< Count > j__TPar
static void DrawServer(SaveSynchronisationFinder.SearchServerResult serverData)
static GUIControllerSaveSynchronisation_Lobby _controllerInput
static void ServerDraw(ItemGrid_Layout gridLayout, int index, Vector2 position, float scale)
static string GetTextValue(string key)
Definition Language.cs:54
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671