Back to Home
ESO Function Data v100016
SelectItem()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/fence/gamepad/fencewindowcomponent_gamepad.lua:106
--
function ZO_GamepadFenceComponent:SelectItem(ignoreInvalidCost)
libraries/zo_combobox/zo_combobox_base.lua:217
--
function ZO_ComboBox_Base:SelectItem(item, ignoreCallback)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/dyeing/keyboard/dyeing_keyboard.lua:410
--
self.sortDropDown:SelectItem(self.savedVars.sortStyle == ZO_DYEING_SORT_STYLE_RARITY and self.sortByRarityEntry or self.sortByHueEntry)
ingame/fence/gamepad/fencewindowlaunder_gamepad.lua:39
--
self:SelectItem()
ingame/fence/gamepad/fencewindowsell_gamepad.lua:49
--
self:SelectItem(IGNORE_INVALID_COST)
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:276
--
self.filterComboBox:SelectItem(reselectedEntry, IGNORE_CALLBACK)
libraries/zo_combobox/zo_combobox_base.lua:224
--
self:SelectItem(self.m_sortedItems[index], ignoreCallback)
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:172
--
self:SelectItem(focusItem.data)