Back to Home
ESO Function Data v100035
UpdateBorderHighlight()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/crafting/gamepad/smithingcreation_gamepad.lua:567
--
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:403
--
local function UpdateBorderHighlight(focusedControl, active)
Function Calls
ingame/crafting/gamepad/smithingcreation_gamepad.lua:430
--
self:UpdateBorderHighlight(focus, ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:436
--
self:UpdateBorderHighlight(focus, not ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:449
--
self:UpdateBorderHighlight(focus, ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:507
--
self:UpdateBorderHighlight(entry, not ACTIVE)
ingame/crafting/gamepad/smithingresearch_gamepad.lua:410
--
UpdateBorderHighlight(control:GetControl():GetParent(), ACTIVE)
ingame/crafting/gamepad/smithingresearch_gamepad.lua:415
--
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)