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
SlimeBodyItemDropRule.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000882")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x170007DA")]
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x600441B")]
18 [global::Cpp2ILInjected.Address(RVA = "0x7A98C4", Offset = "0x7A98C4", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
25 [global::Cpp2ILInjected.Token(Token = "0x600441C")]
26 [global::Cpp2ILInjected.Address(RVA = "0x7A98CC", Offset = "0x7A98CC", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 private set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x600441D")]
35 [global::Cpp2ILInjected.Address(RVA = "0x7A98D4", Offset = "0x7A98D4", Length = "0x80")]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemDropDatabase), Member = "RegisterGlobalRules", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x600441E")]
47 [global::Cpp2ILInjected.Address(RVA = "0x7A9954", Offset = "0x7A9954", Length = "0x40")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x600441F")]
56 [global::Cpp2ILInjected.Address(RVA = "0x7A9994", Offset = "0x7A9994", Length = "0x8C")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SlimeBodyItemDropRule), Member = "GetDropInfo", MemberParameters = new object[]
60 {
61 typeof(int),
62 typeof(ref int),
63 typeof(ref int)
64 }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[]
66 {
67 typeof(int),
68 typeof(int)
69 }, ReturnType = typeof(int))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CommonCode), Member = "DropItemFromNPC", MemberParameters = new object[]
71 {
72 typeof(NPC),
73 typeof(int),
74 typeof(int),
75 typeof(bool)
76 }, ReturnType = typeof(void))]
81
82 [global::Cpp2ILInjected.Token(Token = "0x6004420")]
83 [global::Cpp2ILInjected.Address(RVA = "0x7A9A20", Offset = "0x7A9A20", Length = "0xD8")]
84 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SlimeBodyItemDropRule), Member = "TryDroppingItem", MemberParameters = new object[] { typeof(DropAttemptInfo) }, ReturnType = typeof(ItemDropAttemptResult))]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
87 public void GetDropInfo(int itemId, out int amountDroppedMinimum, out int amountDroppedMaximum)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6004421")]
93 [global::Cpp2ILInjected.Address(RVA = "0x7A9AF8", Offset = "0x7A9AF8", Length = "0xC")]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
99
101 [global::Cpp2ILInjected.Token(Token = "0x40081D2")]
102 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
104 }
105}
class f__AnonymousType0<< Count > j__TPar
List< IItemDropRuleChainAttempt >< ChainedRules > k__BackingField
ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)
void GetDropInfo(int itemId, out int amountDroppedMinimum, out int amountDroppedMaximum)
void ReportDroprates(List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)