Back to Home
ESO Function Data v101036
UpdateBorderHighlight()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/crafting/gamepad/smithingcreation_gamepad.lua:568
--
function ZO_GamepadSmithingCreation:UpdateBorderHighlight(focus, active)
ingame/retrait/gamepad/retraitstation_reconstruct_gamepad.lua:378
--
function ZO_RetraitStation_Reconstruct_Gamepad:UpdateBorderHighlight(focus, active)
Local Function Definitions
ingame/crafting/gamepad/smithingresearch_gamepad.lua:399
--
local function UpdateBorderHighlight(focusedControl, active)
Function Calls
ingame/crafting/gamepad/smithingcreation_gamepad.lua:429
--
self:UpdateBorderHighlight(focus, ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:435
--
self:UpdateBorderHighlight(focus, not ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:448
--
self:UpdateBorderHighlight(focus, ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:508
--
self:UpdateBorderHighlight(entry, not ACTIVE)
ingame/crafting/gamepad/smithingresearch_gamepad.lua:406
--
UpdateBorderHighlight(control:GetControl():GetParent(), ACTIVE)
ingame/crafting/gamepad/smithingresearch_gamepad.lua:411
--
UpdateBorderHighlight(control:GetControl():GetParent(), not ACTIVE)
ingame/retrait/gamepad/retraitstation_reconstruct_gamepad.lua:270
--
self:UpdateBorderHighlight(focus, ACTIVE)
ingame/retrait/gamepad/retraitstation_reconstruct_gamepad.lua:276
--
self:UpdateBorderHighlight(focus, INACTIVE)