Back to Home
ESO Function Data v100032
SetSelectedItemByEval()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_combobox/zo_combobox_base.lua:239
--
function ZO_ComboBox_Base:SetSelectedItemByEval(eval, ignoreCallback)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/chatsystem/gamepad/chatmenu_gamepad.lua:569
--
self.channelDropdown:SetSelectedItemByEval(IsEntryForCurrentChannel, true)
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:293
--
self.filterComboBox:SetSelectedItemByEval(ShouldAutoSelectEntry)
ingame/tradinghouse/gamepad/tradinghousecategories_gamepad.lua:66
--
dropdown:SetSelectedItemByEval(MatchesSelectedHeader)
ingame/tradinghouse/gamepad/tradinghousecategories_gamepad.lua:114
--
comboBox:SetSelectedItemByEval(MatchesSelectedCategory)
ingame/tradinghouse/gamepad/tradinghousecategories_gamepad.lua:170
--
dropdown:SetSelectedItemByEval(MatchesSelectedSubcategory)
ingame/tradinghouse/keyboard/tradinghousefeatures_keyboard.lua:17
--
self.dropdown:SetSelectedItemByEval(function(entry) return entry.choiceIndex == newChoiceIndex end, shouldIgnoreCallbacks)
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:304
--
comboBox:SetSelectedItemByEval(SelectDefaultTemplate)