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
GUIResetSettings.cs
Go to the documentation of this file.
1using System;
2using Terraria;
4
5// Token: 0x0200027D RID: 637
6public class GUIResetSettings
7{
8 // Token: 0x06000E6A RID: 3690 RVA: 0x00046764 File Offset: 0x00044964
9 public void Draw()
10 {
13 string textValue = Language.GetTextValue("Mobile.ResetSettingsPrompt");
14 string textValue2 = Language.GetTextValue("Mobile.Reset");
16 int num;
18 {
19 num = 1;
20 Main.menuMode = int.MinValue;
21 }
23 if (inputState2 == GUITransactionButton.InputState.Clicked && num == 0)
24 {
25 Main.menuMode = int.MinValue;
26 }
27 }
28
29 // Token: 0x06000E6B RID: 3691 RVA: 0x000467C4 File Offset: 0x000449C4
31 {
32 }
33
34 // Token: 0x04001A4E RID: 6734
35 private float scale0;
36
37 // Token: 0x04001A4F RID: 6735
38 private float scale1;
39
40 // Token: 0x04001A50 RID: 6736
41 private float scale2;
42
43 // Token: 0x04001A51 RID: 6737
44 private float titleScale = (float)16256;
45
46 // Token: 0x04001A52 RID: 6738
48}
class f__AnonymousType0<< Count > j__TPar
GUIControllerModalResponse _inputController
static string GetTextValue(string key)
Definition Language.cs:54