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
DropNothing.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200087D")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x170007D5")]
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x60043FA")]
17 [global::Cpp2ILInjected.Address(RVA = "0x7A8628", Offset = "0x7A8628", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x60043FB")]
25 [global::Cpp2ILInjected.Address(RVA = "0x7A8630", Offset = "0x7A8630", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x60043FC")]
34 [global::Cpp2ILInjected.Address(RVA = "0x7A6CE0", Offset = "0x7A6CE0", Length = "0x80")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemDropRule), Member = "DropNothing", ReturnType = typeof(IItemDropRule))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
40 public DropNothing()
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x60043FD")]
46 [global::Cpp2ILInjected.Address(RVA = "0x7A8638", Offset = "0x7A8638", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x60043FE")]
54 [global::Cpp2ILInjected.Address(RVA = "0x7A8640", Offset = "0x7A8640", Length = "0x8")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60
61 [global::Cpp2ILInjected.Token(Token = "0x60043FF")]
62 [global::Cpp2ILInjected.Address(RVA = "0x7A8648", Offset = "0x7A8648", Length = "0x10")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Chains), Member = "ReportDroprates", MemberParameters = new object[]
65 {
67 typeof(float),
70 }, ReturnType = typeof(void))]
75
77 [global::Cpp2ILInjected.Token(Token = "0x40081C5")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
80 }
81}
class f__AnonymousType0<< Count > j__TPar
List< IItemDropRuleChainAttempt >< ChainedRules > k__BackingField
List< IItemDropRuleChainAttempt > ChainedRules
ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)
void ReportDroprates(List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)