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
IItemDropRule.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
Cpp2ILInjected
;
4
5
namespace
Terraria.GameContent.ItemDropRules
6
{
7
[global::Cpp2ILInjected.Token(Token =
"0x2000870"
)]
8
public
interface
IItemDropRule
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x170007D2"
)]
11
List<IItemDropRuleChainAttempt>
ChainedRules
12
{
13
[global::Cpp2ILInjected.Token(Token =
"0x60043DA"
)]
14
get
;
15
}
16
17
[global::Cpp2ILInjected.Token(Token =
"0x60043DB"
)]
18
bool
CanDrop
(
DropAttemptInfo
info
);
19
20
[global::Cpp2ILInjected.Token(Token =
"0x60043DC"
)]
21
void
ReportDroprates
(
List<DropRateInfo>
drops
,
DropRateInfoChainFeed
ratesInfo
);
22
23
[global::Cpp2ILInjected.Token(Token =
"0x60043DD"
)]
24
ItemDropAttemptResult
TryDroppingItem
(
DropAttemptInfo
info
);
25
}
26
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.Collections.Generic.List
Definition
List.cs:15
Terraria.GameContent.ItemDropRules.IItemDropRule.ChainedRules
List< IItemDropRuleChainAttempt > ChainedRules
Definition
IItemDropRule.cs:12
Terraria.GameContent.ItemDropRules.IItemDropRule.CanDrop
bool CanDrop(DropAttemptInfo info)
Terraria.GameContent.ItemDropRules.IItemDropRule.ReportDroprates
void ReportDroprates(List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo)
Terraria.GameContent.ItemDropRules.IItemDropRule.TryDroppingItem
ItemDropAttemptResult TryDroppingItem(DropAttemptInfo info)
Terraria.GameContent.ItemDropRules.IItemDropRule
Definition
IItemDropRule.cs:9
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Collections.Generic
Definition
ArrayBuilder.cs:6
System.ExceptionArgument.info
@ info
System
Definition
__Il2CppComDelegate.cs:6
Terraria.GameContent.ItemDropRules
Definition
Chains.cs:8
Terraria.GameContent.ItemDropRules.DropAttemptInfo
Definition
DropAttemptInfo.cs:9
Terraria.GameContent.ItemDropRules.DropRateInfoChainFeed
Definition
DropRateInfoChainFeed.cs:11
Terraria.GameContent.ItemDropRules.ItemDropAttemptResult
Definition
ItemDropAttemptResult.cs:8
source
Terraria
GameContent
ItemDropRules
IItemDropRule.cs
Generated by
1.10.0