ESO Function Data v100012
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:102 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, ZO_STORE_FORCE_VALID_PRICE, self.mode)
- ingame/fence/gamepad/fencewindowlaunder_gamepad.lua:46 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, not ZO_STORE_FORCE_VALID_PRICE, self.mode)
- ingame/fence/gamepad/fencewindowsell_gamepad.lua:58 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, ZO_STORE_FORCE_VALID_PRICE, self.mode)
- ingame/storewindow/gamepad/storewindowbuyback_gamepad.lua:90 -- 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:146 -- 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:85 -- 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:126 -- self:SetupStoreItem(control, data, selected, selectedDuringRebuild, enabled, activated, price, ZO_STORE_FORCE_VALID_PRICE, ZO_MODE_STORE_SELL)