Back to Home
ESO Function Data v100035
ZO_ScrollList_ScrollDataIntoView()
Function Aliases
LibFilters3.helpers.ZO_RetraitStation_CanItemBeRetraited.locations.1.ZO_ScrollList_ScrollDataIntoView()
Global Function Definitions
libraries/zo_templates/scrolltemplates.lua:1767
--
function ZO_ScrollList_ScrollDataIntoView(self, dataIndex, onScrollCompleteCallback, animateInstantly)
Local Function Definitions
No known local definitions for this function.
Function Calls
libraries/zo_sortfilterlist/gamepad/zo_interactivesortfilterlist_gamepad.lua:536
--
ZO_ScrollList_ScrollDataIntoView(self.list, ZO_ScrollList_GetSelectedDataIndex(self.list), NO_CALLBACK, ANIMATE_INSTANTLY)
libraries/zo_templates/scrolltemplates.lua:2550
--
ZO_ScrollList_ScrollDataIntoView(self, self.selectedDataIndex, onScrollCompleteCallback, shouldAnimateInstantly)
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:503
--
ZO_ScrollList_ScrollDataIntoView(list, nextDataIndex)