Back to Home
ESO Function Data v100036
RefreshAnchorSetOnControl()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/hud/hudtracker_base.lua:118
--
function ZO_HUDTracker_Base:RefreshAnchorSetOnControl(control, primaryAnchor, secondaryAnchor)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/hud/hudtracker_base.lua:131
--
self:RefreshAnchorSetOnControl(self.control, self:GetPrimaryAnchor(), self:GetSecondaryAnchor())
ingame/hud/hudtracker_base.lua:132
--
self:RefreshAnchorSetOnControl(self.container, style.CONTAINER_PRIMARY_ANCHOR, style.CONTAINER_SECONDARY_ANCHOR)
ingame/hud/hudtracker_base.lua:133
--
self:RefreshAnchorSetOnControl(self.headerLabel, style.HEADER_PRIMARY_ANCHOR, style.HEADER_SECONDARY_ANCHOR)
ingame/hud/hudtracker_base.lua:134
--
self:RefreshAnchorSetOnControl(self.subLabel, style.SUBLABEL_PRIMARY_ANCHOR, style.SUBLABEL_SECONDARY_ANCHOR)