- ingame/crafting/smithingcreation_shared.lua:391 --
ZO_ItemSlot_SetAlwaysShowStackCount(control, true, data.min)
- ingame/crafting/smithingcreation_shared.lua:472 --
ZO_ItemSlot_SetAlwaysShowStackCount(control, true)
- ingame/crafting/smithingcreation_shared.lua:555 --
ZO_ItemSlot_SetAlwaysShowStackCount(control, data.traitType ~= ITEM_TRAIT_TYPE_NONE)
- ingame/crafting/smithingextraction_shared.lua:44 --
ZO_ItemSlot_SetAlwaysShowStackCount(self.control, willHaveItem and isRawMaterial, isRawMaterial and GetRequiredSmithingRefinementStackSize() or nil)
- ingame/crafting/smithingresearch_shared.lua:108 --
ZO_ItemSlot_SetAlwaysShowStackCount(control, researchableCount > 0)
- ingame/crafting/gamepad/smithingimprovement_gamepad.lua:237 --
ZO_ItemSlot_SetAlwaysShowStackCount(self.boosterSlot, true)
- ingame/crafting/keyboard/smithingextraction_keyboard.lua:62 --
ZO_ItemSlot_SetAlwaysShowStackCount(inventorySlot, false, self.filterType == ZO_SMITHING_EXTRACTION_SHARED_FILTER_TYPE_RAW_MATERIALS and GetRequiredSmithingRefinementStackSize())
- ingame/crafting/keyboard/smithingimprovement_keyboard.lua:53 --
ZO_ItemSlot_SetAlwaysShowStackCount(self.boosterSlot, true)