Back to Home
ESO Function Data v100023
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:494
--
function ZO_AlchemyReagentSlot:ShowDropCallout(isCorrectType)
ingame/crafting/sharedenchanting.lua:438
--
function ZO_SharedEnchantRuneSlot:ShowDropCallout(isCorrectType)
ingame/crafting/sharedenchanting.lua:507
--
function ZO_SharedEnchantExtractionSlot:ShowDropCallout()
ingame/crafting/smithingextraction_shared.lua:81
--
function ZO_SmithingExtractionSlot:ShowDropCallout()
ingame/crafting/smithingimprovement_shared.lua:350
--
function ZO_SmithingImprovementSlot:ShowDropCallout()
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:502
--
function ZO_RetraitStationRetraitSlot:ShowDropCallout()
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/sharedalchemy.lua:346
--
self.solventSlot:ShowDropCallout(IsAlchemySolvent(craftingSubItemType) and rankRequirement <= GetNonCombatBonus(NON_COMBAT_BONUS_ALCHEMY_LEVEL))
ingame/crafting/sharedalchemy.lua:348
--
slot:ShowDropCallout(craftingSubItemType == ITEMTYPE_REAGENT)
ingame/crafting/sharedenchanting.lua:350
--
slot:ShowDropCallout(runeType == slot:GetRuneType() and DoesRunePassRequirements(runeType, rankRequirement, rarityRequirement))
ingame/crafting/sharedenchanting.lua:353
--
self.extractionSlot:ShowDropCallout(craftingSubItemType == ITEMTYPE_GLYPH_WEAPON or craftingSubItemType == ITEMTYPE_GLYPH_ARMOR or craftingSubItemType == ITEMTYPE_GLYPH_JEWELRY)
ingame/crafting/smithingextraction_shared.lua:141
--
self.extractionSlot:ShowDropCallout(true)
ingame/crafting/smithingimprovement_shared.lua:169
--
self.improvementSlot:ShowDropCallout()
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:107
--
self.retraitSlot:ShowDropCallout()