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
GUIQuitConfirm.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3using UnityEngine;
4
5// Token: 0x0200027C RID: 636
6public class GUIQuitConfirm
7{
8 // Token: 0x06000E66 RID: 3686 RVA: 0x000466E8 File Offset: 0x000448E8
9 public void Open()
10 {
11 if (!true)
12 {
13 }
14 Main.menuMode = 202;
15 }
16
17 // Token: 0x06000E67 RID: 3687 RVA: 0x00046704 File Offset: 0x00044904
32
33 // Token: 0x06000E68 RID: 3688 RVA: 0x00046738 File Offset: 0x00044938
34 private void Back()
35 {
36 if (!true)
37 {
38 }
39 Main.menuMode = 0;
40 }
41
42 // Token: 0x06000E69 RID: 3689 RVA: 0x00046750 File Offset: 0x00044950
44 {
45 }
46
47 // Token: 0x04001A49 RID: 6729
48 private float statusScale;
49
50 // Token: 0x04001A4A RID: 6730
51 private float loadScale;
52
53 // Token: 0x04001A4B RID: 6731
54 private float backScale;
55
56 // Token: 0x04001A4C RID: 6732
57 private float titleScale;
58
59 // Token: 0x04001A4D RID: 6733
61}
class f__AnonymousType0<< Count > j__TPar
GUIControllerModalResponse _controller
static void Quit(int exitCode)