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
GUIMagnify.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x02000154 RID: 340
5public class GUIMagnify
6{
7 // Token: 0x0600094E RID: 2382 RVA: 0x00028AC4 File Offset: 0x00026CC4
8 public void Draw()
9 {
10 bool enableMagnify = this.EnableMagnify;
11 if (enableMagnify)
12 {
13 if (!enableMagnify)
14 {
15 }
16 bool gameMenu = Main.gameMenu;
17 if (!enableMagnify)
18 {
19 }
20 bool mapFullscreen = Main.mapFullscreen;
21 int myPlayer = Main.myPlayer;
22 }
23 if (false)
24 {
25 }
26 }
27
28 // Token: 0x0600094F RID: 2383 RVA: 0x00028BB0 File Offset: 0x00026DB0
29 public GUIMagnify()
30 {
31 }
32
33 // Token: 0x040008F7 RID: 2295
34 public bool EnableMagnify = true;
35}
class f__AnonymousType0<< Count > j__TPar
bool EnableMagnify
Definition GUIMagnify.cs:34
void Draw()
Definition GUIMagnify.cs:8
static int myPlayer
Definition Main.cs:2337
static bool gameMenu
Definition Main.cs:2673
static bool mapFullscreen
Definition Main.cs:1441