ESO Function Data v100013
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:185
--
self.styleList:SetSelectedDataIndex(styleIndex)
ingame/crafting/smithingcreation_shared.lua:194
--
self.patternList:SetSelectedDataIndex(patternIndex)
ingame/crafting/smithingcreation_shared.lua:195
--
self.styleList:SetSelectedDataIndex(styleIndex)
ingame/guild/guildheraldry_shared.lua:350
--
self.bgStyleCatList:SetSelectedDataIndex(self.selectedBackgroundCategory)
ingame/guild/guildheraldry_shared.lua:351
--
self.crestStyleCatList:SetSelectedDataIndex(self.selectedCrestCategory)
ingame/guild/gamepad/guildheraldry_gamepad.lua:563
--
self.bgStyleCatList:SetSelectedDataIndex(self.selectedBackgroundCategory)
ingame/guild/gamepad/guildheraldry_gamepad.lua:641
--
self.crestStyleCatList:SetSelectedDataIndex(self.selectedCrestCategory)
ingame/guild/keyboard/guildheraldry_keyboard.lua:353
--
self.bgStyleCatList:SetSelectedDataIndex(self.selectedBackgroundCategory)
ingame/guild/keyboard/guildheraldry_keyboard.lua:403
--
self.crestStyleCatList:SetSelectedDataIndex(self.selectedCrestCategory)
libraries/zo_templates/optionswindowtemplate.lua:228
--
control.horizontalListObject:SetSelectedDataIndex(index, ALLOW_EVEN_IF_DISABLED, NO_ANIMATION)
pregame/console/gamestartup/gamestartup_gamepad.lua:260
--
control.horizontalListObject:SetSelectedDataIndex(index, allowEvenIfDisabled, noAnimation)