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
TwinsBigProgressBar.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000AF0")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6005219")]
13 [global::Cpp2ILInjected.Address(RVA = "0x93A3FC", Offset = "0x93A3FC", Length = "0x124")]
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.CallsUnknownMethods(Count = 3)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x600521A")]
24 [global::Cpp2ILInjected.Address(RVA = "0x93A520", Offset = "0x93A520", Length = "0x100")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
28 {
30 typeof(int),
31 typeof(int),
32 typeof(int),
33 typeof(int),
34 typeof(int),
35 typeof(int)
36 }, ReturnType = typeof(Rectangle))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIBossBar), Member = "Draw", MemberParameters = new object[]
38 {
39 typeof(float),
40 typeof(float),
43 typeof(float),
44 typeof(float)
45 }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
47 public void Draw(ref BigProgressBarInfo info, SpriteBatch spriteBatch)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x600521B")]
53 [global::Cpp2ILInjected.Address(RVA = "0x93A620", Offset = "0x93A620", Length = "0x8")]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BigProgressBarSystem), Member = ".cctor", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x4008A72")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
65
66 [global::Cpp2ILInjected.Token(Token = "0x4008A73")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
68 private int _headIndex;
69 }
70}
class f__AnonymousType0<< Count > j__TPar
void Draw(ref BigProgressBarInfo info, SpriteBatch spriteBatch)