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
BottomCentreHUDAnchorUpdator.cs
Go to the documentation of this file.
1using System;
2using Controller;
4using Terraria;
5
6// Token: 0x020001AA RID: 426
7public static class BottomCentreHUDAnchorUpdator
8{
9 // Token: 0x17000124 RID: 292
10 // (get) Token: 0x06000B78 RID: 2936 RVA: 0x000021DB File Offset: 0x000003DB
11 // (set) Token: 0x06000B79 RID: 2937 RVA: 0x0003A380 File Offset: 0x00038580
12 private static int BottomCentreHUDUpdateFrame
13 {
14 get
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18 set
19 {
20 }
21 }
22
23 // Token: 0x06000B7A RID: 2938 RVA: 0x0003A390 File Offset: 0x00038590
24 public static void Update()
25 {
27 bool flag = Main.BigBossProgressBar.IsTracking();
28 int num = 32768;
29 if (num != 0 || num == 0)
30 {
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
static BigProgressBarSystem BigBossProgressBar
Definition Main.cs:363