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
DropPerPlayerOnThePlayer.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200087B")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60043F4")]
12 [global::Cpp2ILInjected.Address(RVA = "0x7A69A4", Offset = "0x7A69A4", 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 = "0x60043F5")]
28 [global::Cpp2ILInjected.Address(RVA = "0x7A82C8", Offset = "0x7A82C8", 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 = "0x60043F6")]
38 [global::Cpp2ILInjected.Address(RVA = "0x7A8398", Offset = "0x7A8398", Length = "0x64")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[]
41 {
42 typeof(int),
43 typeof(int)
44 }, ReturnType = typeof(int))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CommonCode), Member = "DropItemForEachInteractingPlayerOnThePlayer", MemberParameters = new object[]
46 {
47 typeof(NPC),
48 typeof(int),
50 typeof(int),
51 typeof(int),
52 typeof(int),
53 typeof(bool)
54 }, ReturnType = typeof(void))]
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x40081C3")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
63 }
64}
class f__AnonymousType0<< Count > j__TPar
override ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)
DropPerPlayerOnThePlayer(int itemId, int chanceDenominator, int amountDroppedMinimum, int amountDroppedMaximum, IItemDropRuleCondition optionalCondition)