Back to Home
ESO Function Data v101044
UpdateBorderHighlight()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/crafting/gamepad/smithingcreation_gamepad.lua:797
--
function ZO_GamepadSmithingCreation:UpdateBorderHighlight(focus, active)
ingame/retrait/gamepad/retraitstation_reconstruct_gamepad.lua:477
--
function ZO_RetraitStation_Reconstruct_Gamepad:UpdateBorderHighlight(focus, active)
Local Function Definitions
ingame/crafting/gamepad/smithingresearch_gamepad.lua:438
--
local function UpdateBorderHighlight(focusedControl, active)
Function Calls
ingame/crafting/gamepad/smithingcreation_gamepad.lua:459
--
self:UpdateBorderHighlight(focus, ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:466
--
self:UpdateBorderHighlight(focus, not ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:568
--
self:UpdateBorderHighlight(focus, ACTIVE)
ingame/crafting/gamepad/smithingcreation_gamepad.lua:737
--
self:UpdateBorderHighlight(entry, not ACTIVE)
ingame/crafting/gamepad/smithingresearch_gamepad.lua:445
--
UpdateBorderHighlight(control:GetControl():GetParent(), ACTIVE)
ingame/crafting/gamepad/smithingresearch_gamepad.lua:450
--
UpdateBorderHighlight(control:GetControl():GetParent(), not ACTIVE)
ingame/retrait/gamepad/retraitstation_reconstruct_gamepad.lua:321
--
self:UpdateBorderHighlight(focus, ACTIVE)
ingame/retrait/gamepad/retraitstation_reconstruct_gamepad.lua:328
--
self:UpdateBorderHighlight(focus, INACTIVE)