Back to Home
ESO Function Data v100031
ZO_Currency_TryShowThresholdDialog()
Function Aliases
No known aliases for this function.
Global Function Definitions
publicallingames/currency/currency.lua:577
--
function ZO_Currency_TryShowThresholdDialog(storeItemIndex, quantity, itemData)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/inventory/inventoryslot.lua:1140
--
ZO_Currency_TryShowThresholdDialog(storeItemId, inventorySlot.stackCount, itemData)
ingame/storewindow/gamepad/storewindowbuy_gamepad.lua:139
--
ZO_Currency_TryShowThresholdDialog(selectedData.slotIndex, quantity, selectedData.dataSource)
ingame/storewindow/gamepad/storewindowbuy_gamepad.lua:150
--
ZO_Currency_TryShowThresholdDialog(selectedData.slotIndex, maxItems, selectedData.dataSource)
ingame/storewindow/keyboard/storewindow_keyboard.lua:655
--
ZO_Currency_TryShowThresholdDialog(storeItemIndex, quantity, itemData)