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
GUISettingsPauseMenu.cs
Go to the documentation of this file.
1using System;
4using Terraria;
5
6// Token: 0x02000171 RID: 369
8{
9 // Token: 0x06000A75 RID: 2677 RVA: 0x000329D4 File Offset: 0x00030BD4
10 private void SetupCreavieModeOffset(bool setup)
11 {
12 }
13
14 // Token: 0x06000A76 RID: 2678 RVA: 0x000329E4 File Offset: 0x00030BE4
62
63 // Token: 0x06000A77 RID: 2679 RVA: 0x00032B08 File Offset: 0x00030D08
65 {
66 }
67
68 // Token: 0x04000A5E RID: 2654
69 public bool Enabled;
70
71 // Token: 0x04000A5F RID: 2655
73
74 // Token: 0x04000A60 RID: 2656
75 private float settingsScale;
76
77 // Token: 0x04000A61 RID: 2657
78 private float HomeButtonScale;
79
80 // Token: 0x04000A62 RID: 2658
82
83 // Token: 0x04000A63 RID: 2659
84 private float BestiaryButtonScale;
85
86 // Token: 0x04000A64 RID: 2660
88
89 // Token: 0x04000A65 RID: 2661
90 private float CloseButtonScale;
91
92 // Token: 0x04000A66 RID: 2662
93 private bool creativeModeActive;
94}
class f__AnonymousType0<< Count > j__TPar
void SetupCreavieModeOffset(bool setup)
GUIContollerTransactionButtonList _controllerList
static int GameMode
Definition Main.cs:4141
static bool gameMenu
Definition Main.cs:2673
static bool SaveSettings()
Definition Main.cs:5792
static void FindRecipes(bool canDelayCheck=false)
Definition Recipe.cs:204
static void SaveAndQuit()
Definition WorldGen.cs:1108