- ingame/crafting/keyboard/provisioner.lua:201 --
ZO_CheckButton_SetToggleFunction(self.haveIngredientsCheckBox, OnFilterChanged)
- ingame/crafting/keyboard/provisioner.lua:202 --
ZO_CheckButton_SetToggleFunction(self.haveSkillsCheckBox, OnFilterChanged)
- ingame/crafting/keyboard/smithingcreation_keyboard.lua:160 --
ZO_CheckButton_SetToggleFunction(self.haveMaterialsCheckBox, OnFilterChanged)
- ingame/crafting/keyboard/smithingcreation_keyboard.lua:161 --
ZO_CheckButton_SetToggleFunction(self.haveKnowledgeCheckBox, OnFilterChanged)
- ingame/crafting/keyboard/smithingcreation_keyboard.lua:162 --
ZO_CheckButton_SetToggleFunction(self.useUniversalStyleItemCheckBox, OnFilterChanged)
- ingame/dyeing/keyboard/dyeing_keyboard.lua:253 --
ZO_CheckButton_SetToggleFunction(self.showLockedCheckBox, OnFilterChanged)
- ingame/map/keyboard/worldmapfilters_keyboard.lua:38 --
ZO_CheckButton_SetToggleFunction(checkBox, function(button, checked)
self:SetPinFilter(mapPinGroup, checked)
self:RefreshDependentComboBox(checkBox)
if(refreshFunction) then
refreshFunction()
end
end)
- ingame/outfits/keyboard/outfitstylespanel_keyboard.lua:67 --
ZO_CheckButton_SetToggleFunction(self.showLockedCheckBox, UpdateShowLockedAndRefresh)
- libraries/zo_contextmenus/zo_contextmenus.lua:262 --
ZO_CheckButton_SetToggleFunction(checkboxItemControl, myfunction)
- libraries/zo_contextmenus/zo_contextmenus.lua:465 --
ZO_CheckButton_SetToggleFunction(checkbox, nil)
- libraries/zo_templates/optionswindowtemplate.lua:673 --
ZO_CheckButton_SetToggleFunction(checkBoxControl, CheckBoxToggleFunction)
- pregame/accountlogin/eula.lua:98 --
ZO_CheckButton_SetToggleFunction(self.readTextCheckBox, function() self:CheckEnableAgreeButton() end)
- pregame/accountlogin/keyboard/zo_createlinkaccount.lua:40 --
ZO_CheckButton_SetToggleFunction(self.ageCheckbox, function() self:UpdateCreateAccountButton() end)
- pregame/accountlogin/keyboard/zo_login.lua:428 --
ZO_CheckButton_SetToggleFunction(control, function()
local bState = control:GetState()
if(bState == BSTATE_PRESSED) then
SetCVar(cvarName, "1")
else
SetCVar(cvarName, "0")
end
end)
- pregameandingame/zo_addonmanager/zo_addonmanager.lua:37 --
ZO_CheckButton_SetToggleFunction(loadOutOfDateCheck, OnLoadOutOfDateAddonsClicked)