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.
1
using
System
;
2
using
Terraria
;
3
4
// Token: 0x0200025B RID: 603
5
public
class
GUIDeleteWorld
6
{
7
// Token: 0x06000D75 RID: 3445 RVA: 0x000402C0 File Offset: 0x0003E4C0
8
public
void
Draw
()
9
{
10
if
(!
true
)
11
{
12
}
13
GUIControllerModalResponse
controller
= this.
_controller
;
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
37
public
GUIDeleteWorld
()
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
54
private
GUIControllerModalResponse
_controller
;
55
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
GUIControllerModalResponse.Activate
void Activate()
Definition
GUIControllerModalResponse.cs:8
GUIControllerModalResponse
Definition
GUIControllerModalResponse.cs:6
GUIDeleteWorld._controller
GUIControllerModalResponse _controller
Definition
GUIDeleteWorld.cs:54
GUIDeleteWorld.scale0
float scale0
Definition
GUIDeleteWorld.cs:42
GUIDeleteWorld.titleScale
float titleScale
Definition
GUIDeleteWorld.cs:51
GUIDeleteWorld.GUIDeleteWorld
GUIDeleteWorld()
Definition
GUIDeleteWorld.cs:37
GUIDeleteWorld.Draw
void Draw()
Definition
GUIDeleteWorld.cs:8
GUIDeleteWorld.scale1
float scale1
Definition
GUIDeleteWorld.cs:45
GUIDeleteWorld.scale2
float scale2
Definition
GUIDeleteWorld.cs:48
GUIDeleteWorld.Delete
void Delete()
Definition
GUIDeleteWorld.cs:18
GUIDeleteWorld.Back
void Back()
Definition
GUIDeleteWorld.cs:28
GUIDeleteWorld
Definition
GUIDeleteWorld.cs:6
Terraria.Main.EraseWorld
static void EraseWorld(int i)
Definition
Main.cs:6221
Terraria.Main
Definition
Main.cs:67
System
Definition
__ComObject.cs:4
Terraria
Definition
Achievement.cs:10
source
GUIDeleteWorld.cs
Generated by
1.10.0