Back to Home
ESO Function Data v101045
UpdateOptionControlState()
Function Aliases
No known aliases for this function.
Global Function Definitions
No known global definitions for this function.
Local Function Definitions
pregameandingame/zo_options/optionswindowtemplate.lua:155
--
local function UpdateOptionControlState(control, updateTable, stateType)
Function Calls
pregameandingame/zo_options/optionswindowtemplate.lua:196
--
UpdateOptionControlState(control, activateOptionControl, ENABLED_STATE)
pregameandingame/zo_options/optionswindowtemplate.lua:200
--
UpdateOptionControlState(control, deactivateOptionControl, DISABLED_STATE)
pregameandingame/zo_options/optionswindowtemplate.lua:212
--
UpdateOptionControlState(control, active and activateOptionControl or deactivateOptionControl, active and ENABLED_STATE or DISABLED_STATE)