Back to Home
ESO Function Data v100020
SetSelectedIndex()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- common/gamepad/zo_gamepadparametricscrolllisttemplates.lua:196 -- function ZO_GamepadTabBarScrollList:SetSelectedIndex(selectedIndex, allowEvenIfDisabled, forceAnimation)
- ingame/inventory/gamepad/inventorylist_gamepad.lua:300 -- function ZO_GamepadInventoryList:SetSelectedIndex(...)
- libraries/zo_focus/gamepad/zo_gamepadfocus.lua:283 -- function ZO_GamepadFocus:SetSelectedIndex(newIndex, setIfInactive)
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:187 -- function ZO_HorizontalScrollList:SetSelectedIndex(selectedIndex, allowEvenIfDisabled, withoutAnimation, reselectingDuringRebuild)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:462 -- function ZO_ParametricScrollList:SetSelectedIndex(selectedIndex, allowEvenIfDisabled, forceAnimation, jumpType, blockSelectionChangedCallback)
- libraries/zo_sortheadergroup/zo_sortheadergroup.lua:411 -- function ZO_SortHeaderGroup:SetSelectedIndex(selectedIndex)
Local Function Definitions
- No known local definitions for this function.
Function Calls
- common/gamepad/zo_gamepadparametricscrolllisttemplates.lua:197 -- ZO_GamepadHorizontalParametricScrollList.SetSelectedIndex(self, selectedIndex, allowEvenIfDisabled, forceAnimation)
- common/gamepad/genericheaders/genericheaders.lua:569 -- control.tabBar:SetSelectedIndex(tabIndex, allowEvenIfDisabled)
- ingame/achievements/gamepad/achievements_gamepad.lua:727 -- self.itemList:SetSelectedIndex(selectedIndex)
- ingame/chatsystem/gamepad/chatmenu_gamepad.lua:484 -- self.list:SetSelectedIndex(#self.messageEntries)
- ingame/collections/gamepad/collectionsbook_gamepad.lua:492 -- self.categoryList.list:SetSelectedIndex(1)
- ingame/crafting/smithingcreation_shared.lua:772 -- self.materialList:SetSelectedIndex(index)
- ingame/guild/gamepad/guildheraldry_gamepad.lua:794 -- self.colorList:SetSelectedIndex(swatch.row)
- ingame/guild/gamepad/guildheraldry_gamepad.lua:1019 -- self.colorList:SetSelectedIndex(self.targetSwatchToHighlight.row)
- ingame/guild/gamepad/guildhistory_gamepad.lua:59 -- self.categoryList:SetSelectedIndex(1)
- ingame/guild/gamepad/guildhistory_gamepad.lua:269 -- self.categoryList:SetSelectedIndex(1)
- ingame/guildkiosk/gamepad/guildkiosk_gamepad.lua:661 -- self.itemList:SetSelectedIndex(1)
- ingame/interactwindow/gamepad/interactwindow_gamepad.lua:199 -- self.itemList:SetSelectedIndex(selectedOption)
- ingame/inventory/gamepad/inventorylist_gamepad.lua:301 -- self.list:SetSelectedIndex(...)
- ingame/leaderboards/gamepad/leaderboards_gamepad.lua:237 -- self.categoryList:SetSelectedIndex(leaderboardNode.index)
- ingame/tradewindow/gamepad/tradewindow_gamepad.lua:449 -- list:SetSelectedIndex(lastSelectedIndex, ALLOW_EVEN_IF_DISABLED, FORCE_ANIMATION)
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:81 -- self:SetSelectedIndex(zo_round((self:CalculateSelectedIndexOffset() + totalDeltaX + lastFrameDeltaX) / self.controlEntryWidth))
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:180 -- self:SetSelectedIndex((self.selectedIndex or 0) - 1)
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:184 -- self:SetSelectedIndex((self.selectedIndex or 0) + 1)
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:218 -- self:SetSelectedIndex(1 - dataIndex, allowEvenIfDisabled, withoutAnimation)
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:265 -- self:SetSelectedIndex(matchingIndex or 0, ALLOW_EVEN_IF_DISABLED, reselectingDuringRebuild)
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:457 -- self:SetSelectedIndex((self.selectedIndex or 0) - (i - self.halfNumVisibleEntries - 1))
- libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:467 -- self:SetSelectedIndex((self.selectedIndex or 0) - (i - self.halfNumVisibleEntries - 1))
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:411 -- self:SetSelectedIndex(newIndex)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:423 -- self:SetSelectedIndex(newIndex)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:458 -- self:SetSelectedIndex(selectedIndex, allowEvenIfDisabled, forceAnimation)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:489 -- self:SetSelectedIndex(self:CalculateLastSelectableIndex(), nil, nil, jumpType)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:493 -- self:SetSelectedIndex(self:CalculateFirstSelectableIndex(), nil, nil, jumpType)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:499 -- self:SetSelectedIndex(index, allowEvenIfDisabled, forceAnimation, jumpType)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:554 -- self:SetSelectedIndex(i, nil, nil, jumpType)
- libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:676 -- self:SetSelectedIndex(matchingIndex, ALLOW_EVEN_IF_DISABLED, FORCE_ANIMATION, DEFAULT_JUMP_TYPE, blockSelectionChangedCallback)
- libraries/zo_sortheadergroup/zo_sortheadergroup.lua:379 -- self:SetSelectedIndex(self.selectedIndex or 1)
- libraries/zo_sortheadergroup/zo_sortheadergroup.lua:381 -- self:SetSelectedIndex(nil)
- libraries/zo_sortheadergroup/zo_sortheadergroup.lua:436 -- self:SetSelectedIndex(index)
- libraries/zo_sortheadergroup/zo_sortheadergroup.lua:465 -- self:SetSelectedIndex(self.selectedIndex and previousActiveIndex)
- libraries/zo_sortheadergroup/zo_sortheadergroup.lua:470 -- self:SetSelectedIndex(self.selectedIndex and nextActiveIndex)
- pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:763 -- ZO_CharacterSelect_Gamepad.characterList:SetSelectedIndex(bestSelection.slot, ALLOW_EVEN_IF_DISABLED, FORCE_ANIMATION)
- pregame/characterselect/gamepad/zo_characterselect_gamepad.lua:1333 -- self.characterList:SetSelectedIndex(1)
- pregame/gamepad/worldselect/worldselectscreen_gamepad.lua:197 -- self.optionsList:SetSelectedIndex(selectedIndex, ALLOW_IF_DISABLED)