Back to Home
ESO Function Data v101043
SetMaxSelections()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_combobox/zo_combobox.lua:264
--
function ZO_ComboBox:SetMaxSelections(maxNumSelections)
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:723
--
function ZO_MultiSelection_ComboBox_Gamepad:SetMaxSelections(maxNumSelections)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/groupfinder/gamepad/groupfinder_additionalfilters_gamepad.lua:269
--
self.primaryOptionDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/gamepad/groupfinder_additionalfilters_gamepad.lua:308
--
self.secondaryOptionDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/gamepad/groupfinder_additionalfilters_gamepad.lua:404
--
self.playstyleDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/gamepad/groupfinder_searchresults_gamepad.lua:25
--
self.multiSelectDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/keyboard/groupfinder_additionalfilters_keyboard.lua:33
--
self.primaryOptionDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/keyboard/groupfinder_additionalfilters_keyboard.lua:49
--
self.secondaryOptionDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/keyboard/groupfinder_additionalfilters_keyboard.lua:106
--
self.sizeDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/keyboard/groupfinder_additionalfilters_keyboard.lua:117
--
self.playstyleDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/keyboard/groupfinder_searchresults_keyboard.lua:366
--
self.primaryOptionDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/groupfinder/keyboard/groupfinder_searchresults_keyboard.lua:384
--
self.secondaryOptionDropdown:SetMaxSelections(GROUP_FINDER_MAX_SEARCHABLE_SELECTIONS)
ingame/housetours/gamepad/housetours_gamepad.lua:153
--
self.tagsFilterDropdown:SetMaxSelections(MAX_HOUSE_TOURS_LISTING_TAGS)
ingame/housetours/gamepad/housetours_gamepad.lua:406
--
dropdown:SetMaxSelections(MAX_HOUSE_TOURS_LISTING_TAGS)
ingame/housetours/gamepad/housetours_gamepad.lua:553
--
dropdown:SetMaxSelections(MAX_HOUSE_TOURS_LISTING_TAGS)
ingame/housetours/gamepad/housetours_gamepad.lua:603
--
dropdown:SetMaxSelections(MAX_HOUSE_TOURS_HOUSE_FILTERS)
ingame/housetours/gamepad/housetours_gamepad.lua:675
--
dropdown:SetMaxSelections(MAX_HOUSE_TOURS_CATEGORY_TYPE_FILTERS)
ingame/housetours/keyboard/housetours_managelistings_keyboard.lua:160
--
self.tagsDropdown:SetMaxSelections(MAX_HOUSE_TOURS_LISTING_TAGS)
ingame/housetours/keyboard/housetours_searchresults_keyboard.lua:109
--
self.tagsDropdown:SetMaxSelections(MAX_HOUSE_TOURS_LISTING_TAGS)
ingame/housetours/keyboard/housetours_searchresults_keyboard.lua:135
--
self.houseDropdown:SetMaxSelections(MAX_HOUSE_TOURS_HOUSE_FILTERS)
ingame/housetours/keyboard/housetours_searchresults_keyboard.lua:621
--
self.tagsDropdown:SetMaxSelections(MAX_HOUSE_TOURS_LISTING_TAGS)
ingame/housetours/keyboard/housetours_searchresults_keyboard.lua:644
--
self.houseDropdown:SetMaxSelections(MAX_HOUSE_TOURS_HOUSE_FILTERS)
ingame/housetours/keyboard/housetours_searchresults_keyboard.lua:670
--
self.houseCategoryDropdown:SetMaxSelections(MAX_HOUSE_TOURS_CATEGORY_TYPE_FILTERS)