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
CommonDropNotScalingWithLuck.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000879")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60043EF")]
12 [global::Cpp2ILInjected.Address(RVA = "0x7A6B10", Offset = "0x7A6B10", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemDropDatabase), Member = "RegisterDD2EventDrops", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CommonDrop), Member = ".ctor", MemberParameters = new object[]
16 {
17 typeof(int),
18 typeof(int),
19 typeof(int),
20 typeof(int),
21 typeof(int)
22 }, ReturnType = typeof(void))]
27
28 [global::Cpp2ILInjected.Token(Token = "0x60043F0")]
29 [global::Cpp2ILInjected.Address(RVA = "0x7A8100", Offset = "0x7A8100", Length = "0x7C")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[]
34 {
35 typeof(int),
36 typeof(int)
37 }, ReturnType = typeof(int))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CommonCode), Member = "DropItemFromNPC", MemberParameters = new object[]
39 {
40 typeof(NPC),
41 typeof(int),
42 typeof(int),
43 typeof(bool)
44 }, ReturnType = typeof(void))]
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
override ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)
CommonDropNotScalingWithLuck(int itemId, int chanceDenominator, int amountDroppedMinimum, int amountDroppedMaximum)