ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:188 -- self.conformToGroundRadioButtonGroup:SetSelectionChangedCallback(function(radioButtonGroup, newControl, previousControl)
if newControl.conformToGround ~= self.currentConformToGround then
self.currentConformToGround = newControl.conformToGround
local result = HousingEditorToggleSelectedFurniturePathConformToGround()
ZO_AlertEvent(EVENT_HOUSING_EDITOR_REQUEST_RESULT, result)
end
end)