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
GUIDeleteWorld.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x0200025B RID: 603
5public class GUIDeleteWorld
6{
7 // Token: 0x06000D75 RID: 3445 RVA: 0x000402C0 File Offset: 0x0003E4C0
8 public void Draw()
9 {
10 if (!true)
11 {
12 }
14 this._controller.Activate();
15 }
16
17 // Token: 0x06000D76 RID: 3446 RVA: 0x000402F0 File Offset: 0x0003E4F0
18 private void Delete()
19 {
20 if (!true)
21 {
22 }
23 Main.EraseWorld(int.MinValue);
24 Main.menuMode = 6;
25 }
26
27 // Token: 0x06000D77 RID: 3447 RVA: 0x00040314 File Offset: 0x0003E514
28 private void Back()
29 {
30 if (!true)
31 {
32 }
33 Main.menuMode = 6;
34 }
35
36 // Token: 0x06000D78 RID: 3448 RVA: 0x0004032C File Offset: 0x0003E52C
38 {
39 }
40
41 // Token: 0x040018E6 RID: 6374
42 private float scale0;
43
44 // Token: 0x040018E7 RID: 6375
45 private float scale1;
46
47 // Token: 0x040018E8 RID: 6376
48 private float scale2;
49
50 // Token: 0x040018E9 RID: 6377
51 private float titleScale = (float)16256;
52
53 // Token: 0x040018EA RID: 6378
55}
class f__AnonymousType0<< Count > j__TPar
GUIControllerModalResponse _controller
static void EraseWorld(int i)
Definition Main.cs:6221