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
DropLocalPerClientAndResetsNPCMoneyTo0.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200087A")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60043F1")]
12 [global::Cpp2ILInjected.Address(RVA = "0x7A6518", Offset = "0x7A6518", Length = "0x28")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CommonDrop), Member = ".ctor", MemberParameters = new object[]
15 {
16 typeof(int),
17 typeof(int),
18 typeof(int),
19 typeof(int),
20 typeof(int)
21 }, ReturnType = typeof(void))]
26
27 [global::Cpp2ILInjected.Token(Token = "0x60043F2")]
28 [global::Cpp2ILInjected.Address(RVA = "0x7A817C", Offset = "0x7A817C", Length = "0xD0")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32 public override bool CanDrop(DropAttemptInfo info)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x60043F3")]
38 [global::Cpp2ILInjected.Address(RVA = "0x7A824C", Offset = "0x7A824C", Length = "0x7C")]
39 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[]
43 {
44 typeof(int),
45 typeof(int)
46 }, ReturnType = typeof(int))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CommonCode), Member = "DropItemLocalPerClientAndSetNPCMoneyTo0", MemberParameters = new object[]
48 {
49 typeof(NPC),
50 typeof(int),
51 typeof(int),
52 typeof(bool)
53 }, ReturnType = typeof(void))]
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x40081C2")]
60 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
62 }
63}
class f__AnonymousType0<< Count > j__TPar
DropLocalPerClientAndResetsNPCMoneyTo0(int itemId, int chanceDenominator, int amountDroppedMinimum, int amountDroppedMaximum, IItemDropRuleCondition optionalCondition)