Back to Home
ESO Function Data v100021
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:493
--
function ZO_AlchemyReagentSlot:ShowDropCallout(isCorrectType)
ingame/crafting/sharedenchanting.lua:444
--
function ZO_SharedEnchantRuneSlot:ShowDropCallout(isCorrectType)
ingame/crafting/sharedenchanting.lua:513
--
function ZO_SharedEnchantExtractionSlot:ShowDropCallout()
ingame/crafting/smithingextraction_shared.lua:96
--
function ZO_SmithingExtractionSlot:ShowDropCallout()
ingame/crafting/smithingimprovement_shared.lua:319
--
function ZO_SmithingImprovementSlot:ShowDropCallout()
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:518
--
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:356
--
slot:ShowDropCallout(runeType == slot:GetRuneType() and DoesRunePassRequirements(runeType, rankRequirement, rarityRequirement))
ingame/crafting/sharedenchanting.lua:359
--
self.extractionSlot:ShowDropCallout(craftingSubItemType == ITEMTYPE_GLYPH_WEAPON or craftingSubItemType == ITEMTYPE_GLYPH_ARMOR or craftingSubItemType == ITEMTYPE_GLYPH_JEWELRY)
ingame/crafting/smithingextraction_shared.lua:183
--
self.extractionSlot:ShowDropCallout(true)
ingame/crafting/smithingimprovement_shared.lua:123
--
self.improvementSlot:ShowDropCallout()
ingame/retrait/keyboard/zo_retraitstation_retrait_keyboard.lua:107
--
self.retraitSlot:ShowDropCallout()