Back to Home
ESO Function Data v100018
SetSelectedDataIndex()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:217
--
function ZO_HorizontalScrollList:SetSelectedDataIndex(dataIndex, allowEvenIfDisabled, withoutAnimation)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/smithingcreation_shared.lua:187
--
self.styleList:SetSelectedDataIndex(styleIndex)
ingame/crafting/smithingcreation_shared.lua:196
--
self.patternList:SetSelectedDataIndex(patternIndex)
ingame/crafting/smithingcreation_shared.lua:197
--
self.styleList:SetSelectedDataIndex(styleIndex)
ingame/guild/guildheraldry_shared.lua:352
--
self.bgStyleCatList:SetSelectedDataIndex(self.selectedBackgroundCategory)
ingame/guild/guildheraldry_shared.lua:353
--
self.crestStyleCatList:SetSelectedDataIndex(self.selectedCrestCategory)
ingame/guild/gamepad/guildheraldry_gamepad.lua:540
--
self.bgStyleCatList:SetSelectedDataIndex(self.selectedBackgroundCategory)
ingame/guild/gamepad/guildheraldry_gamepad.lua:618
--
self.crestStyleCatList:SetSelectedDataIndex(self.selectedCrestCategory)
ingame/guild/keyboard/guildheraldry_keyboard.lua:322
--
self.bgStyleCatList:SetSelectedDataIndex(self.selectedBackgroundCategory)
ingame/guild/keyboard/guildheraldry_keyboard.lua:372
--
self.crestStyleCatList:SetSelectedDataIndex(self.selectedCrestCategory)
ingame/housingeditor/gamepad/housingfurnituresettings_gamepad.lua:200
--
horizontalList:SetSelectedDataIndex(defaultAccess + 1, ALLOW_EVEN_IF_DISABLED, NO_ANIMATION)
ingame/housingeditor/gamepad/housingfurnituresettings_gamepad.lua:319
--
self.defaultAccessList:SetSelectedDataIndex(defaultAccess + 1, ALLOW_EVEN_IF_DISABLED, NO_ANIMATION)
internalingame/market/gamepad/market_gamepad.lua:1019
--
self.header.tabBar:SetSelectedDataIndex(targetIndex)
libraries/zo_templates/optionswindowtemplate.lua:252
--
control.horizontalListObject:SetSelectedDataIndex(index, ALLOW_EVEN_IF_DISABLED, NO_ANIMATION)
pregame/console/gamestartup/gamestartup_gamepad.lua:346
--
control.horizontalListObject:SetSelectedDataIndex(index, allowEvenIfDisabled, noAnimation)