Back to Home
ESO Function Data v101044
SetNormalTextColor()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_keybindbutton/zo_keybindbutton.lua:90
--
function ZO_KeybindButtonMixin:SetNormalTextColor(color)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/zo_uierrors/errorframe.lua:181
--
self.dismissKeybind:SetNormalTextColor(normalKeybindTextColor)
common/zo_uierrors/errorframe.lua:186
--
self.suppressKeybind:SetNormalTextColor(normalKeybindTextColor)
common/zo_uierrors/errorframe.lua:191
--
self.reloadKeybind:SetNormalTextColor(normalKeybindTextColor)
common/zo_uierrors/errorframe.lua:196
--
self.copyKeybind:SetNormalTextColor(normalKeybindTextColor)
common/zo_uierrors/errorframe.lua:199
--
self.moreInfoKeybind:SetNormalTextColor(normalKeybindTextColor)
ingame/death/death.lua:174
--
button:SetNormalTextColor(isGamepad and ZO_SELECTED_TEXT or ZO_NORMAL_TEXT)
ingame/reticle/reticle.lua:268
--
self.interactKeybindButton:SetNormalTextColor(interactKeybindButtonColor)
ingame/reticle/reticle.lua:308
--
self.interactKeybindButton:SetNormalTextColor(ZO_NORMAL_TEXT)
ingame/zo_loot/loot.lua:271
--
self.keyButton:SetNormalTextColor(self.nonStolenItemsPresent and ZO_NORMAL_TEXT or ZO_ERROR_COLOR)
ingame/zo_loot/loot.lua:302
--
self.buttons[2]:SetNormalTextColor(shouldShowSteal and ZO_ERROR_COLOR or ZO_NORMAL_TEXT)
ingame/zo_loot/loot.lua:319
--
self.buttons[1]:SetNormalTextColor(self.nonStolenItemsPresent and ZO_NORMAL_TEXT or ZO_ERROR_COLOR)
libraries/zo_keybindstrip/zo_keybindstrip.lua:887
--
button:SetNormalTextColor(styleInfo.nameFontColor)