terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
BigProgressBarCache.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000AEF")]
8 public struct BigProgressBarCache
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6005217")]
11 [global::Cpp2ILInjected.Address(RVA = "0x938EE8", Offset = "0x938EE8", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 public void SetLife(float current, float max)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6005218")]
19 [global::Cpp2ILInjected.Address(RVA = "0x93A3F4", Offset = "0x93A3F4", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 public void SetShield(float current, float max)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x4008A6E")]
27 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
28 public float LifeCurrent;
29
30 [global::Cpp2ILInjected.Token(Token = "0x4008A6F")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
32 public float LifeMax;
33
34 [global::Cpp2ILInjected.Token(Token = "0x4008A70")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
36 public float ShieldCurrent;
37
38 [global::Cpp2ILInjected.Token(Token = "0x4008A71")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
40 public float ShieldMax;
41 }
42}