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
GUIControllerDisconnected.cs
Go to the documentation of this file.
1using System;
2using Controller;
4using Terraria;
5using UnityEngine;
6
7// Token: 0x0200012E RID: 302
9{
10 // Token: 0x060007E1 RID: 2017 RVA: 0x0001F1AC File Offset: 0x0001D3AC
12 {
13 return true;
14 }
15
16 // Token: 0x060007E2 RID: 2018 RVA: 0x0001F1BC File Offset: 0x0001D3BC
17 public void Draw()
18 {
19 int num = 1;
21 if (num == 0)
22 {
23 }
25 if (num == 0)
26 {
27 }
28 if (num != 0)
29 {
30 }
31 bool isEditor = Application.isEditor;
32 }
33
34 // Token: 0x060007E3 RID: 2019 RVA: 0x0001F238 File Offset: 0x0001D438
36 {
37 if (!true)
38 {
39 }
40 Debug.LogError("Showing");
41 }
42
43 // Token: 0x060007E4 RID: 2020 RVA: 0x0001F254 File Offset: 0x0001D454
45 {
46 }
47
48 // Token: 0x04000677 RID: 1655
49 private float statusScale;
50
51 // Token: 0x04000678 RID: 1656
52 private float loadScale;
53
54 // Token: 0x04000679 RID: 1657
55 private float backScale;
56
57 // Token: 0x0400067A RID: 1658
58 private float titleScale;
59
60 // Token: 0x0400067B RID: 1659
61 private float buttonScale = (float)16256;
62
63 // Token: 0x0400067C RID: 1660
64 private bool wasDown;
65
66 // Token: 0x0400067D RID: 1661
68
69 // Token: 0x0400067E RID: 1662
70 private static bool showingReassign;
71}
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive _optionsBlocker
bool IsOverOptions(Microsoft.Xna.Framework.Vector2 cursorPosition)
static bool KeyboardIsActive
Definition Main.cs:8500
static void LogError(object message)
Definition Debug.cs:62