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.
1
using
System
;
2
using
Controller
;
3
using
Cpp2IlInjected
;
4
using
Terraria
;
5
6
// Token: 0x020001AA RID: 426
7
public
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
{
26
bool
anyControllerConnected
=
ControllerActionManager
.
AnyControllerConnected
;
27
bool
flag =
Main
.
BigBossProgressBar
.IsTracking();
28
int
num = 32768;
29
if
(num != 0 || num == 0)
30
{
31
}
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
BottomCentreHUDAnchorUpdator.BottomCentreHUDUpdateFrame
static int BottomCentreHUDUpdateFrame
Definition
BottomCentreHUDAnchorUpdator.cs:13
BottomCentreHUDAnchorUpdator.Update
static void Update()
Definition
BottomCentreHUDAnchorUpdator.cs:24
BottomCentreHUDAnchorUpdator
Definition
BottomCentreHUDAnchorUpdator.cs:8
Controller.ControllerActionManager.AnyControllerConnected
static bool AnyControllerConnected
Definition
ControllerActionManager.cs:135
Controller.ControllerActionManager
Definition
ControllerActionManager.cs:10
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Terraria.Main.BigBossProgressBar
static BigProgressBarSystem BigBossProgressBar
Definition
Main.cs:363
Terraria.Main
Definition
Main.cs:67
Controller
Definition
Axis.cs:4
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System
Definition
__ComObject.cs:4
Terraria
Definition
Achievement.cs:10
source
BottomCentreHUDAnchorUpdator.cs
Generated by
1.10.0