ingame/crafting/gamepad/smithingresearch_gamepad.lua:419 -- self.focus:AddEntry(
{
control = control,
highlight = highlight,
activate = activate,
deactivate = deactivate,
narrationText = narrationText,
additionalInputNarrationFunction = directionalInputNarrationFunction,
headerNarrationFunction = function()
return ZO_GamepadGenericHeader_GetNarrationText(self.owner.header, self.owner.headerData)
end,
footerNarrationFunction = function()
return self.owner:GetFooterNarration()
end,
})