ESO Function Data v100011
ZO_ToggleButton_SetState()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_templates/buttontemplates.lua:165
--
function ZO_ToggleButton_SetState(toggleButton, state)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/zo_addonmanager/zo_addonmanager.lua:169
--
ZO_ToggleButton_SetState(expandButton, data.expanded and TOGGLE_BUTTON_OPEN or TOGGLE_BUTTON_CLOSED)
ingame/achievements/keyboard/achievements.lua:542
--
ZO_ToggleButton_SetState(self.expandedStateIcon, TOGGLE_BUTTON_CLOSED)
ingame/achievements/keyboard/achievements.lua:544
--
ZO_ToggleButton_SetState(self.expandedStateIcon, TOGGLE_BUTTON_OPEN)
pregame/charactercreate/zo_charactercreate_shared.lua:263
--
ZO_ToggleButton_SetState(self.m_padlock, self.m_lockState)
pregame/charactercreate/zo_charactercreate_shared.lua:482
--
ZO_ToggleButton_SetState(self.m_padlock, self.m_lockState)
pregame/charactercreate/keyboard/zo_charactercreate_keyboard.lua:830
--
ZO_ToggleButton_SetState(self.m_padlock, self.m_lockState)