- ingame/achievements/keyboard/achievements.lua:676 --
self.control:SetAnchor(TOP, previous.control, BOTTOM, 0, ACHIEVEMENT_PADDING)
- ingame/achievements/keyboard/achievements.lua:678 --
self.control:SetAnchor(TOPLEFT, nil, TOPLEFT)
- ingame/achievements/keyboard/achievements.lua:849 --
self.control:SetAnchor(TOPLEFT, previous.control, TOPRIGHT, ACHIEVEMENT_ICON_STYLE_PADDING, 0)
- ingame/achievements/keyboard/achievements.lua:851 --
self.control:SetAnchor(BOTTOMLEFT, nil, BOTTOMLEFT, 0, -42)
- ingame/chatsystem/console/gamepadchatsystem.lua:98 --
self.control:SetAnchor(ANCHOR_SETTINGS.point, nil, ANCHOR_SETTINGS.relPoint, ANCHOR_SETTINGS.x, ANCHOR_SETTINGS.y)
- ingame/chatsystem/pc/chatsystem.lua:61 --
self.control:SetAnchor(settings.point, nil, settings.relPoint, settings.x, settings.y)
- ingame/dyeing/gamepad/dyeing_swatches_gamepad.lua:100 --
self.control:SetAnchor(TOPLEFT, nil, TOPLEFT, 0, newScrollOffset)
- ingame/dyeing/gamepad/dyeing_swatches_gamepad.lua:101 --
self.control:SetAnchor(BOTTOMRIGHT, nil, BOTTOMRIGHT, 0, 0)
- ingame/dyeing/gamepad/dyeing_swatches_gamepad.lua:105 --
self.control:SetAnchor(TOPLEFT, nil, TOPLEFT, 0, 0)
- ingame/dyeing/gamepad/dyeing_swatches_gamepad.lua:106 --
self.control:SetAnchor(BOTTOMRIGHT, nil, BOTTOMRIGHT, 0, 0)
- ingame/guild/keyboard/zo_guildranks_keyboard.lua:37 --
self.control:SetAnchor(TOPLEFT, prevRank:GetHeaderControl(), BOTTOMLEFT, 0, -10)
- ingame/guild/keyboard/zo_guildranks_keyboard.lua:39 --
self.control:SetAnchor(TOPLEFT, nil, TOPLEFT, 0, 0)
- ingame/performance/performancemeter.lua:42 --
self.control:SetAnchor(self.sv.point, nil, self.sv.relPoint, self.sv.x, self.sv.y)
- ingame/performance/performancemeter.lua:143 --
self.control:SetAnchor(POSITION_DEFAULTS.point, nil, POSITION_DEFAULTS.relPoint, POSITION_DEFAULTS.x, POSITION_DEFAULTS.y)
- ingame/playeremote/gamepad/playeremote_gamepad.lua:84 --
self.control:SetAnchor(TOPLEFT, nil, TOPLEFT, (column - 1) * ZO_EMOTE_COLUMN_WIDTH, (row - 1) * ZO_EMOTE_ROW_HEIGHT)
- ingame/tradinghouse/keyboard/enchantmentfilters_keyboard.lua:38 --
self.control:SetAnchor(point, relativeTo, relativePoint, offsetX, offsetY)
- ingame/tradinghouse/keyboard/traitfilters_keyboard.lua:34 --
self.control:SetAnchor(point, relativeTo, relativePoint, offsetX, offsetY)
- ingame/zo_loot/loot.lua:64 --
self.control:SetAnchor(TOPLEFT, GetControl("ZO_ReticleContainerInteractContext"), BOTTOMLEFT, -60, -37)
- ingame/zo_loot/loot.lua:80 --
self.control:SetAnchor(TOPLEFT, GetControl("ZO_ReticleContainerInteractContext"), BOTTOMLEFT, 165, -37)
- libraries/zo_pixelunits/zo_pixelunits.lua:223 --
self.control:SetAnchor(anchor.point, anchor.anchorTo, anchor.relativePoint, anchor.offsetXUIUnits * scale, anchor.offsetYUIUnits * scale, anchor.anchorConstrains)