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
GUIDeletePlayer.cs
Go to the documentation of this file.
1
using
System
;
2
using
Terraria
;
3
4
// Token: 0x0200025A RID: 602
5
public
class
GUIDeletePlayer
6
{
7
// Token: 0x06000D71 RID: 3441 RVA: 0x00040228 File Offset: 0x0003E428
8
public
void
Draw
()
9
{
10
if
(!
true
)
11
{
12
}
13
GUIControllerModalResponse
controller
= this.
_controller
;
14
this.
_controller
.
Activate
();
15
}
16
17
// Token: 0x06000D72 RID: 3442 RVA: 0x00040264 File Offset: 0x0003E464
18
private
void
Delete
()
19
{
20
if
(!
true
)
21
{
22
}
23
Main
.
ErasePlayer
(
int
.MinValue);
24
Main.menuMode
= 1;
25
}
26
27
// Token: 0x06000D73 RID: 3443 RVA: 0x00040288 File Offset: 0x0003E488
28
private
void
Back
()
29
{
30
if
(!
true
)
31
{
32
}
33
Main.menuMode
= 1;
34
}
35
36
// Token: 0x06000D74 RID: 3444 RVA: 0x000402A0 File Offset: 0x0003E4A0
37
public
GUIDeletePlayer
()
38
{
39
}
40
41
// Token: 0x040018E1 RID: 6369
42
private
float
scale0
;
43
44
// Token: 0x040018E2 RID: 6370
45
private
float
scale1
;
46
47
// Token: 0x040018E3 RID: 6371
48
private
float
scale2
;
49
50
// Token: 0x040018E4 RID: 6372
51
private
float
titleScale
= (float)16256;
52
53
// Token: 0x040018E5 RID: 6373
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
GUIDeletePlayer._controller
GUIControllerModalResponse _controller
Definition
GUIDeletePlayer.cs:54
GUIDeletePlayer.scale2
float scale2
Definition
GUIDeletePlayer.cs:48
GUIDeletePlayer.scale0
float scale0
Definition
GUIDeletePlayer.cs:42
GUIDeletePlayer.Back
void Back()
Definition
GUIDeletePlayer.cs:28
GUIDeletePlayer.scale1
float scale1
Definition
GUIDeletePlayer.cs:45
GUIDeletePlayer.Delete
void Delete()
Definition
GUIDeletePlayer.cs:18
GUIDeletePlayer.GUIDeletePlayer
GUIDeletePlayer()
Definition
GUIDeletePlayer.cs:37
GUIDeletePlayer.Draw
void Draw()
Definition
GUIDeletePlayer.cs:8
GUIDeletePlayer.titleScale
float titleScale
Definition
GUIDeletePlayer.cs:51
GUIDeletePlayer
Definition
GUIDeletePlayer.cs:6
Terraria.Main.ErasePlayer
static void ErasePlayer(int i)
Definition
Main.cs:6215
Terraria.Main
Definition
Main.cs:67
System
Definition
__ComObject.cs:4
Terraria
Definition
Achievement.cs:10
source
GUIDeletePlayer.cs
Generated by
1.10.0