tModLoader v2024.09
A mod to make and play Terraria mods
|
Inherits IItemDropRuleCondition, and IProvideItemConditionDescription.
Public Member Functions | |
NamedNPC (string neededName) | |
bool | CanDrop (DropAttemptInfo info) |
bool | CanShowItemDropInUI () |
string | GetConditionDescription () |
bool | CanDrop (DropAttemptInfo info) |
bool | CanShowItemDropInUI () |
string | GetConditionDescription () |
Public Attributes | |
string | neededName |
bool Conditions.NamedNPC.CanDrop | ( | DropAttemptInfo | info | ) |
Implements IItemDropRuleCondition.
bool Conditions.NamedNPC.CanShowItemDropInUI | ( | ) |
Implements IItemDropRuleCondition.
string Conditions.NamedNPC.GetConditionDescription | ( | ) |
Implements IProvideItemConditionDescription.