Back to Home
ESO Function Data v101044
AddNarrationText()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- common/gamepad/genericfooters/genericfooters.lua:139 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA3HEADER], data.data3HeaderTextNarration or data.data3HeaderText))
- common/gamepad/genericfooters/genericfooters.lua:140 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA3], data.data3TextNarration or data.data3Text))
- common/gamepad/genericfooters/genericfooters.lua:141 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA2HEADER], data.data2HeaderTextNarration or data.data2HeaderText))
- common/gamepad/genericfooters/genericfooters.lua:142 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA2], data.data2TextNarration or data.data2Text))
- common/gamepad/genericfooters/genericfooters.lua:143 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA1HEADER], data.data1HeaderTextNarration or data.data1HeaderText))
- common/gamepad/genericfooters/genericfooters.lua:144 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA1], data.data1TextNarration or data.data1Text))
- common/gamepad/genericheaders/genericheaders.lua:601 -- narration:AddNarrationText(text)
- common/gamepad/genericheaders/genericheaders.lua:605 -- narration:AddNarrationText(GetProcessedNarrationText(controls[TITLE], data.titleTextNarration or data.titleText))
- common/gamepad/genericheaders/genericheaders.lua:606 -- narration:AddNarrationText(GetProcessedNarrationText(controls[SUBTITLE], data.subtitleTextNarration or data.subtitleText))
- common/gamepad/genericheaders/genericheaders.lua:607 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA1HEADER], data.data1HeaderTextNarration or data.data1HeaderText))
- common/gamepad/genericheaders/genericheaders.lua:608 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA1], data.data1TextNarration or data.data1Text))
- common/gamepad/genericheaders/genericheaders.lua:609 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA2HEADER], data.data2HeaderTextNarration or data.data2HeaderText))
- common/gamepad/genericheaders/genericheaders.lua:610 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA2], data.data2TextNarration or data.data2Text))
- common/gamepad/genericheaders/genericheaders.lua:611 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA3HEADER], data.data3HeaderTextNarration or data.data3HeaderText))
- common/gamepad/genericheaders/genericheaders.lua:612 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA3], data.data3TextNarration or data.data3Text))
- common/gamepad/genericheaders/genericheaders.lua:613 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA4HEADER], data.data4HeaderTextNarration or data.data4HeaderText))
- common/gamepad/genericheaders/genericheaders.lua:614 -- narration:AddNarrationText(GetProcessedNarrationText(controls[DATA4], data.data4TextNarration or data.data4Text))
- common/gamepad/genericheaders/genericheaders.lua:615 -- narration:AddNarrationText(GetProcessedNarrationText(controls[MESSAGE], data.messageTextNarration or data.messageText))
- ingame/crafting/gamepad/craftingresults_gamepad.lua:57 -- narration:AddNarrationText(data.stack)
- libraries/screennarration/screennarrationmanager.lua:626 -- narratableObject:AddNarrationText(narrationText)
- libraries/screennarration/screennarrationmanager.lua:990 -- keybindNarration:AddNarrationText(narrationText)
- libraries/screennarration/screennarrationmanager.lua:1015 -- keybindNarration:AddNarrationText(narrationText)
- libraries/screennarration/screennarrationmanager.lua:1024 -- narration:AddNarrationText(tooltipString)
- libraries/screennarration/screennarrationutils.lua:77 -- narration:AddNarrationText(GetString(SI_SCREEN_NARRATION_NUMERIC_EDIT_BOX))
- libraries/screennarration/screennarrationutils.lua:79 -- narration:AddNarrationText(GetString(SI_SCREEN_NARRATION_EDIT_BOX))
- libraries/screennarration/screennarrationutils.lua:87 -- narration:AddNarrationText(GetString(SI_SCREEN_NARRATION_EDIT_BOX_PASSWORD))
- libraries/screennarration/screennarrationutils.lua:89 -- narration:AddNarrationText(valueText)
- libraries/screennarration/screennarrationutils.lua:92 -- narration:AddNarrationText(editControl:GetDefaultText())
- libraries/screennarration/screennarrationutils.lua:94 -- narration:AddNarrationText(zo_strformat(SI_SCREEN_NARRATION_EDIT_BOX_INPUT_CHARACTER_LIMIT, editControl:GetMaxInputChars()))
- libraries/screennarration/screennarrationutils.lua:171 -- narration:AddNarrationText(zo_strformat(SI_SCREEN_NARRATION_STACK_COUNT_FORMATTER, entryData.stackCount))
- libraries/zo_templates/statusbartemplates.lua:251 -- narration:AddNarrationText(zo_strformat(SI_SCREEN_NARRATION_PROGRESS_BAR_PERCENT_FORMATTER, percentage))