Back to Home
ESO Function Data v100034
ZO_Currency_TryShowThresholdDialog()
Function Aliases
No known aliases for this function.
Global Function Definitions
publicallingames/currency/currency.lua:589
--
function ZO_Currency_TryShowThresholdDialog(storeItemIndex, quantity, itemData)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/inventory/inventoryslot.lua:1161
--
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:661
--
ZO_Currency_TryShowThresholdDialog(storeItemIndex, quantity, itemData)