Back to Home
ESO Function Data v100032
SelectChoice()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/tradinghouse/tradinghousefeatures_shared.lua:21
--
function ZO_TradingHouseDropDownFeature_Shared:SelectChoice(newChoiceIndex)
ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:23
--
function ZO_TradingHouseDropDownFeature_Gamepad:SelectChoice(newChoiceIndex)
ingame/tradinghouse/keyboard/tradinghousefeatures_keyboard.lua:16
--
function ZO_TradingHouseDropDownFeature_Keyboard:SelectChoice(newChoiceIndex, shouldIgnoreCallbacks)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/tradinghouse/tradinghousefeatures_shared.lua:27
--
self:SelectChoice(FIRST_CHOICE)
ingame/tradinghouse/tradinghousefeatures_shared.lua:46
--
self:SelectChoice(savedChoiceIndex)
ingame/tradinghouse/tradinghousefeatures_shared.lua:65
--
self:SelectChoice(choiceIndex)
ingame/tradinghouse/tradinghousefeatures_shared.lua:67
--
self:SelectChoice(1)
ingame/tradinghouse/gamepad/tradinghousefeatures_gamepad.lua:37
--
self:SelectChoice(entry.choiceIndex)