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
DeerclopsBigProgressBar.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000AE9")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6005201")]
13 [global::Cpp2ILInjected.Address(RVA = "0x938FF8", Offset = "0x938FF8", Length = "0xE4")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "GetBossHeadTextureIndex", ReturnType = typeof(int))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NPC), Member = "IsDeerclopsHostile", ReturnType = typeof(bool))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6005202")]
25 [global::Cpp2ILInjected.Address(RVA = "0x9390DC", Offset = "0x9390DC", Length = "0x100")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
29 {
31 typeof(int),
32 typeof(int),
33 typeof(int),
34 typeof(int),
35 typeof(int),
36 typeof(int)
37 }, ReturnType = typeof(Rectangle))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIBossBar), Member = "Draw", MemberParameters = new object[]
39 {
40 typeof(float),
41 typeof(float),
44 typeof(float),
45 typeof(float)
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
48 public void Draw(ref BigProgressBarInfo info, SpriteBatch spriteBatch)
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6005203")]
54 [global::Cpp2ILInjected.Address(RVA = "0x9391DC", Offset = "0x9391DC", Length = "0x8")]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BigProgressBarSystem), Member = ".cctor", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x4008A62")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
66
67 [global::Cpp2ILInjected.Token(Token = "0x4008A63")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
69 private int _headIndex;
70 }
71}
class f__AnonymousType0<< Count > j__TPar
void Draw(ref BigProgressBarInfo info, SpriteBatch spriteBatch)