ESO Function Data v100014
ShowDropCallout()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/crafting/craftingutils.lua:30
--
function ZO_CraftingSlotBase:ShowDropCallout(isCorrectType)
ingame/crafting/sharedalchemy.lua:475
--
function ZO_AlchemyReagentSlot:ShowDropCallout(isCorrectType)
ingame/crafting/sharedenchanting.lua:443
--
function ZO_SharedEnchantRuneSlot:ShowDropCallout(isCorrectType)
ingame/crafting/sharedenchanting.lua:512
--
function ZO_SharedEnchantExtractionSlot:ShowDropCallout()
ingame/crafting/smithingextraction_shared.lua:96
--
function ZO_SmithingExtractionSlot:ShowDropCallout()
ingame/crafting/smithingimprovement_shared.lua:291
--
function ZO_SmithingImprovementSlot:ShowDropCallout()
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/sharedalchemy.lua:318
--
self.solventSlot:ShowDropCallout(craftingSubItemType == ITEMTYPE_ALCHEMY_BASE and rankRequirement <= GetNonCombatBonus(NON_COMBAT_BONUS_ALCHEMY_LEVEL))
ingame/crafting/sharedalchemy.lua:320
--
slot:ShowDropCallout(craftingSubItemType == ITEMTYPE_REAGENT)
ingame/crafting/sharedenchanting.lua:355
--
slot:ShowDropCallout(runeType == slot:GetRuneType() and DoesRunePassRequirements(runeType, rankRequirement, rarityRequirement))
ingame/crafting/sharedenchanting.lua:358
--
self.extractionSlot:ShowDropCallout(craftingSubItemType == ITEMTYPE_GLYPH_WEAPON or craftingSubItemType == ITEMTYPE_GLYPH_ARMOR or craftingSubItemType == ITEMTYPE_GLYPH_JEWELRY)
ingame/crafting/smithingextraction_shared.lua:170
--
self.extractionSlot:ShowDropCallout(true)
ingame/crafting/smithingimprovement_shared.lua:123
--
self.improvementSlot:ShowDropCallout()