ESO Function Data v100011
SetupStoreItem()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/fence/gamepad/fencewindowcomponent_gamepad.lua:93 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, ZO_STORE_FORCE_VALID_PRICE, self.mode)
- ingame/fence/gamepad/fencewindowlaunder_gamepad.lua:43 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, not ZO_STORE_FORCE_VALID_PRICE, self.mode)
- ingame/fence/gamepad/fencewindowsell_gamepad.lua:55 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, ZO_STORE_FORCE_VALID_PRICE, self.mode)
- ingame/storewindow/gamepad/storewindowbuyback_gamepad.lua:85 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, data.sellPrice, not ZO_STORE_FORCE_VALID_PRICE, ZO_MODE_STORE_BUY_BACK)
- ingame/storewindow/gamepad/storewindowbuy_gamepad.lua:126 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, not ZO_STORE_FORCE_VALID_PRICE, ZO_MODE_STORE_BUY)
- ingame/storewindow/gamepad/storewindowrepair_gamepad.lua:78 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, data.repairCost, not ZO_STORE_FORCE_VALID_PRICE, ZO_MODE_STORE_REPAIR)
- ingame/storewindow/gamepad/storewindowsell_gamepad.lua:108 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, ZO_STORE_FORCE_VALID_PRICE, ZO_MODE_STORE_SELL)