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
GUIControlsStatusIndicators.cs
Go to the documentation of this file.
1using System;
2using Controller;
3using Terraria;
5
6// Token: 0x02000135 RID: 309
8{
9 // Token: 0x06000809 RID: 2057 RVA: 0x0001FB7C File Offset: 0x0001DD7C
10 public void Draw()
11 {
13 bool mapFullscreen = Main.mapFullscreen;
14 int myPlayer = Main.myPlayer;
15 bool enabled = LockOnHelper.Enabled;
16 }
17
18 // Token: 0x0600080A RID: 2058 RVA: 0x0001FBBC File Offset: 0x0001DDBC
20 {
21 }
22}
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static bool mapFullscreen
Definition Main.cs:1441