ESO Function Data v100011
UpdateAnchors()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:210
--
function ZO_ComboBox_Gamepad:UpdateAnchors(selectedControl)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:314
--
function ZO_HorizontalScrollList:UpdateAnchors(primaryControlOffsetX, initialUpdate, reselectingDuringRebuild)
libraries/zo_keybindstrip/zo_keybindstrip.lua:647
--
function ZO_KeybindStrip:UpdateAnchors()
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:721
--
function ZO_ParametricScrollList:UpdateAnchors(continousTargetOffset, initialUpdate, reselectingDuringRebuild)
Local Function Definitions
libraries/zo_keybindstrip/zo_keybindstrip.lua:615
--
local function UpdateAnchors(anchorTable, anchor, relativeAnchor, parent, startOffset, yOffset)
Function Calls
common/zo_gamepad/zo_gamepadparametricscrolllisttemplates.lua:264
--
self:UpdateAnchors(self.targetSelectedIndex)
common/zo_gamepad/zo_gamepadparametricscrolllisttemplates.lua:275
--
self:UpdateAnchors(indexToReturnTo)
libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:108
--
self:UpdateAnchors(control)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:146
--
self:UpdateAnchors(self.lastPrimaryControlOffsetX, INITIAL_UPDATE)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:149
--
self:UpdateAnchors(self:CalculateSelectedIndexOffsetWithDrag(), INITIAL_UPDATE, RESELECTING_DURING_REBUILD)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:185
--
self:UpdateAnchors(self:CalculateSelectedIndexOffsetWithDrag())
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:240
--
self:UpdateAnchors(self:CalculateSelectedIndexOffsetWithDrag(), INITIAL_UPDATE, reselectingDuringRebuild)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:273
--
self:UpdateAnchors(targetOffsetX)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:277
--
self:UpdateAnchors(xOffset)
libraries/zo_horizontalscrolllist/zo_horizontalscrolllist.lua:280
--
self:UpdateAnchors(targetOffsetX)
libraries/zo_keybindstrip/zo_keybindstrip.lua:68
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:108
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:125
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:197
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:220
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:233
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:293
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:312
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:334
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:442
--
self:UpdateAnchors()
libraries/zo_keybindstrip/zo_keybindstrip.lua:649
--
UpdateAnchors(self.leftButtons, LEFT, RIGHT, self.control, self.styleInfo and self.styleInfo.leftAnchorOffset or 0, yOffset)
libraries/zo_keybindstrip/zo_keybindstrip.lua:650
--
UpdateAnchors(self.rightButtons, RIGHT, LEFT, self.control, self.styleInfo and self.styleInfo.rightAnchorOffset or 0, yOffset)
libraries/zo_keybindstrip/zo_keybindstrip.lua:652
--
UpdateAnchors(self.centerButtons, LEFT, RIGHT, self.centerParent, self.styleInfo and self.styleInfo.centerAnchorOffset or 0, yOffset)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:321
--
self:UpdateAnchors(self.lastContinousTargetOffset, INITIAL_UPDATE)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:323
--
self:UpdateAnchors(self:CalculateSelectedIndexOffsetWithDrag(), INITIAL_UPDATE, RESELECTING_DURING_REBUILD)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:407
--
self:UpdateAnchors(selectedIndex)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:563
--
self:UpdateAnchors(self:CalculateSelectedIndexOffsetWithDrag(), INITIAL_UPDATE, RESELECTING_DURING_REBUILD)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:658
--
self:UpdateAnchors(continousTargetOffset)
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:661
--
self:UpdateAnchors(self:CalculateNextLerpedContinousOffset(continousTargetOffset))
libraries/zo_parametricscrolllist/zo_parametricscrolllist.lua:664
--
self:UpdateAnchors(continousTargetOffset)