Back to Home
ESO Function Data v101044
SetSelectedItemByEval()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_combobox/zo_combobox_base.lua:279
--
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:448
--
self.channelDropdown:SetSelectedItemByEval(IsEntryForCurrentChannel, true)
ingame/help/gamepad/help_customer_service_gamepad.lua:372
--
dropdown:SetSelectedItemByEval(function(entry) return entry.data == savedFieldData end)
ingame/housetours/gamepad/housetours_gamepad.lua:389
--
dropdown:SetSelectedItemByEval(ShouldAutoSelectEntry, SUPPRESS_CALLBACKS)
ingame/housetours/keyboard/housetours_managelistings_keyboard.lua:360
--
self.visitorAccessDropdown:SetSelectedItemByEval(ShouldAutoSelectEntry, IGNORE_CALLBACK)
ingame/lfg/keyboard/zo_activityfindertemplate_keyboard.lua:376
--
self.filterComboBox:SetSelectedItemByEval(ShouldAutoSelectEntry)
ingame/tradinghouse/gamepad/tradinghousecategories_gamepad.lua:73
--
dropdown:SetSelectedItemByEval(MatchesSelectedHeader)
ingame/tradinghouse/gamepad/tradinghousecategories_gamepad.lua:122
--
comboBox:SetSelectedItemByEval(MatchesSelectedCategory)
ingame/tradinghouse/gamepad/tradinghousecategories_gamepad.lua:179
--
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:307
--
comboBox:SetSelectedItemByEval(SelectDefaultTemplate)