- ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:163 --
self.radioButtonGroup:SetSelectionChangedCallback(function(radioButtonGroup, newControl, previousControl)
if newControl.pathState ~= self.currentPathState then
self.selectedPathState = newControl.pathState
local result = HousingEditorToggleSelectedFurniturePathState()
ZO_AlertEvent(EVENT_HOUSING_EDITOR_REQUEST_RESULT, result)
end
end)
- ingame/lfg/preferredroles.lua:37 --
self.radioButtonGroup:SetSelectionChangedCallback(function(_, ...) self:OnRoleButtonSelectionChanged(...) end)
- ingame/restyle/keyboard/restylestation_keyboard.lua:476 --
self.radioButtonGroup:SetSelectionChangedCallback(function(radioButtonGroup, newControl, previousControl)
if self.outfitManipulator then
self:RefreshValues()
end
end)