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
NPCStrengthHelper.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200062C")]
8 public struct NPCStrengthHelper
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x17000698")]
11 public bool IsExpertMode
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600361D")]
14 [global::Cpp2ILInjected.Address(RVA = "0x13DC8D0", Offset = "0x13DC8D0", Length = "0x28")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "ScaleStats", MemberParameters = new object[]
17 {
18 typeof(int?),
20 typeof(float?)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
23 get
24 {
25 throw null;
26 }
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x17000699")]
30 public bool IsMasterMode
31 {
32 [global::Cpp2ILInjected.Token(Token = "0x600361E")]
33 [global::Cpp2ILInjected.Address(RVA = "0x13DC8F8", Offset = "0x13DC8F8", Length = "0x28")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "ScaleStats", MemberParameters = new object[]
36 {
37 typeof(int?),
39 typeof(float?)
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "OpenBossBag", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
43 get
44 {
45 throw null;
46 }
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x1700069A")]
51 {
52 [global::Cpp2ILInjected.Token(Token = "0x600361F")]
53 [global::Cpp2ILInjected.Address(RVA = "0x13DC920", Offset = "0x13DC920", Length = "0x28")]
54 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "ScaleStats", MemberParameters = new object[]
56 {
57 typeof(int?),
59 typeof(float?)
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
62 get
63 {
64 throw null;
65 }
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6003620")]
69 [global::Cpp2ILInjected.Address(RVA = "0x13DC948", Offset = "0x13DC948", Length = "0x58")]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPC), Member = "ScaleStats", MemberParameters = new object[]
72 {
73 typeof(int?),
75 typeof(float?)
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "OpenBossBag", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x40076E3")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
86 private float _strengthOverride;
87
88 [global::Cpp2ILInjected.Token(Token = "0x40076E4")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
90 private float _gameModeDifficulty;
91
92 [global::Cpp2ILInjected.Token(Token = "0x40076E5")]
93 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
95 }
96}
class f__AnonymousType0<< Count > j__TPar
NPCStrengthHelper(GameModeData data, float strength, bool isGetGoodWorld)