Back to Home
ESO Function Data v100031
SetNormalTextColor()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_keybindbutton/zo_keybindbutton.lua:88
--
function ZO_KeybindButtonMixin:SetNormalTextColor(color)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/death/death.lua:174
--
button:SetNormalTextColor(isGamepad and ZO_SELECTED_TEXT or ZO_NORMAL_TEXT)
ingame/reticle/reticle.lua:242
--
self.interactKeybindButton:SetNormalTextColor(interactKeybindButtonColor)
ingame/reticle/reticle.lua:282
--
self.interactKeybindButton:SetNormalTextColor(ZO_NORMAL_TEXT)
ingame/zo_loot/loot.lua:322
--
self.keyButton:SetNormalTextColor(self.nonStolenItemsPresent and ZO_NORMAL_TEXT or ZO_ERROR_COLOR)
ingame/zo_loot/loot.lua:353
--
self.buttons[2]:SetNormalTextColor(shouldShowSteal and ZO_ERROR_COLOR or ZO_NORMAL_TEXT)
ingame/zo_loot/loot.lua:370
--
self.buttons[1]:SetNormalTextColor(self.nonStolenItemsPresent and ZO_NORMAL_TEXT or ZO_ERROR_COLOR)
libraries/zo_keybindstrip/zo_keybindstrip.lua:848
--
button:SetNormalTextColor(styleInfo.nameFontColor)