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
GUINetPlayStatusMenu.cs
Go to the documentation of this file.
1using System;
2using Terraria;
4
5// Token: 0x02000273 RID: 627
7{
8 // Token: 0x06000E0B RID: 3595 RVA: 0x000438F0 File Offset: 0x00041AF0
9 public void Draw()
10 {
11 if (!true)
12 {
13 }
14 long num = 0L;
16 if (num != 0L)
17 {
18 }
19 this.Quit();
20 string textValue = Language.GetTextValue("Net.LostConnection");
21 string textValue2 = Language.GetTextValue("Net.LostConnection");
22 }
23
24 // Token: 0x06000E0C RID: 3596 RVA: 0x00043954 File Offset: 0x00041B54
25 public void Quit()
26 {
27 int num = 1;
28 if (num == 0)
29 {
30 }
31 if (num == 0 || num != 0)
32 {
33 }
34 }
35
36 // Token: 0x06000E0D RID: 3597 RVA: 0x00043980 File Offset: 0x00041B80
37 private void UpdateServerStatus()
38 {
39 }
40
41 // Token: 0x06000E0E RID: 3598 RVA: 0x000439A0 File Offset: 0x00041BA0
50
51 // Token: 0x06000E0F RID: 3599 RVA: 0x000439FC File Offset: 0x00041BFC
53 {
54 }
55
56 // Token: 0x040019B9 RID: 6585
57 private float scale0;
58
59 // Token: 0x040019BA RID: 6586
60 private float scale1;
61
62 // Token: 0x040019BB RID: 6587
63 private float scale2;
64}
class f__AnonymousType0<< Count > j__TPar
static DrPlatform.DrPlatformType CurrentPlatform
Definition DrPlatform.cs:26
void QuitCallBack(object threadContext)
static string GetTextValue(string key)
Definition Language.cs:54
static void ClearVisualPostProcessEffects()
Definition Main.cs:14075
static PlatformUser CurrentUser