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
IItemDropRuleCondition.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
Terraria.GameContent.ItemDropRules
5
{
6
[global::Cpp2ILInjected.Token(Token =
"0x2000875"
)]
7
public
interface
IItemDropRuleCondition
:
IProvideItemConditionDescription
8
{
9
[global::Cpp2ILInjected.Token(Token =
"0x60043E2"
)]
10
bool
CanDrop
(
DropAttemptInfo
info
);
11
12
[global::Cpp2ILInjected.Token(Token =
"0x60043E3"
)]
13
bool
CanShowItemDropInUI
();
14
}
15
}
Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.CanShowItemDropInUI
bool CanShowItemDropInUI()
Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.CanDrop
bool CanDrop(DropAttemptInfo info)
Terraria.GameContent.ItemDropRules.IItemDropRuleCondition
Definition
IItemDropRuleCondition.cs:8
Terraria.GameContent.ItemDropRules.IProvideItemConditionDescription
Definition
IProvideItemConditionDescription.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.ExceptionArgument.info
@ info
System
Definition
__Il2CppComDelegate.cs:6
Terraria.GameContent.ItemDropRules
Definition
Chains.cs:8
Terraria.GameContent.ItemDropRules.DropAttemptInfo
Definition
DropAttemptInfo.cs:9
source
Terraria
GameContent
ItemDropRules
IItemDropRuleCondition.cs
Generated by
1.10.0