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
GUIMultiplayerServerRequestedPassword.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x02000271 RID: 625
6{
7 // Token: 0x06000E06 RID: 3590 RVA: 0x000437D8 File Offset: 0x000419D8
8 public void Draw()
9 {
10 bool flag = this.editingServerPassword;
11 if (flag)
12 {
13 string text = this.editGetIP;
14 string text2;
15 this.editGetIP = text2;
17 if (flag)
18 {
21 if (!flag)
22 {
23 }
24 return;
25 }
27 {
28 }
29 string text3 = this.editGetIP;
30 return;
31 }
32 else
33 {
34 if (flag)
35 {
36 return;
37 }
38 string text4 = this.editGetIP;
40 int stringLength = this.editGetIP._stringLength;
41 if (this.editGetIP._stringLength == 0)
42 {
43 }
44 if (stringLength == 0)
45 {
46 }
47 if (stringLength == 0)
48 {
49 }
50 return;
51 }
52 }
53
54 // Token: 0x06000E07 RID: 3591 RVA: 0x0004387C File Offset: 0x00041A7C
58
59 // Token: 0x040019B3 RID: 6579
61
62 // Token: 0x040019B4 RID: 6580
63 public string editGetIP;
64}
class f__AnonymousType0<< Count > j__TPar
static DrPlatform.DrPlatformType CurrentPlatform
Definition DrPlatform.cs:26
static void CloseKeyboard()
Definition Main.cs:8523
static bool HidePassword
Definition Main.cs:240