Back to Home
ESO Function Data v101044
SetSelectedItemText()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:1463 -- self:SetSelectedItemText(zo_strformat(self.multiSelectionTextFormatter, numSelectedEntries))
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:1465 -- self:SetSelectedItemText(self.noSelectionText)
- ingame/contacts/keyboard/socialdialogs_keyboard.lua:152 -- self.allianceComboBox:SetSelectedItemText(entry.allianceText)
- ingame/group/gamepad/zo_groupmenu_gamepad.lua:403 -- dropdown:SetSelectedItemText(GetString(selectedString))
- ingame/groupfinder/groupfinder_shared.lua:821 -- dropDownObject:SetSelectedItemText(defaultText)
- ingame/guild/selectguilddialog.lua:57 -- self.guildComboBox:SetSelectedItemText(entry.guildText)
- ingame/guild/zo_guildranks_shared.lua:294 -- dialog.copyComboBox:SetSelectedItemText(GetString(SI_GUILD_RANKS_COPY_NONE))
- ingame/guild/zo_guildutils_common.lua:69 -- dropdown:SetSelectedItemText(text)
- ingame/guild/gamepad/guildselector_gamepad.lua:45 -- self:SetSelectedItemText(selectedEntry.guildText)
- ingame/guild/gamepad/zo_guildranks_gamepad.lua:374 -- control.dropdown:SetSelectedItemText(self.ranks[self.selectedRankIndex].name)
- ingame/guild/gamepad/zo_guildranks_gamepad.lua:376 -- control.dropdown:SetSelectedItemText(GetString(SI_GUILD_RANKS_COPY_NONE))
- ingame/guild/keyboard/guildselector_keyboard.lua:45 -- self.comboBox:SetSelectedItemText(self.currentGuildText)
- ingame/guild/keyboard/guildselector_keyboard.lua:150 -- self.comboBox:SetSelectedItemText(GUILD_BROWSER_TITLE)
- ingame/guild/keyboard/guildselector_keyboard.lua:153 -- self.comboBox:SetSelectedItemText(selectedEntry.selectedText)
- ingame/guild/keyboard/guildselector_keyboard.lua:173 -- self.comboBox:SetSelectedItemText(selectedEntry.selectedText)
- ingame/guildfinder/guildrecruitment_manager.lua:137 -- dropDownControl:SetSelectedItemText(GetString(SI_GUILD_RECRUITMENT_DEFAULT_SELECTION_TEXT))
- ingame/guildfinder/gamepad/guildbrowser_gamepad.lua:81 -- dropdown:SetSelectedItemText(GetString("SI_GUILDFOCUSATTRIBUTEVALUE", self.currentGuildListFocus))
- ingame/guildfinder/gamepad/guildbrowser_gamepad.lua:83 -- dropdown:SetSelectedItemText(GetString(SI_GAMEPAD_GUILD_BROWSER_GUILD_LIST_SELECTOR_DEFAULT))
- ingame/guildfinder/keyboard/guildbrowser_guildlist_keyboard.lua:493 -- comboBox:SetSelectedItemText(entry.name)
- ingame/housingeditor/housesettings_manager.lua:183 -- dropdown:SetSelectedItemText(GetString(SI_DIALOG_COPY_HOUSING_PERMISSION_DEFAULT_CHOICE))
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:194 -- self.comboBox:SetSelectedItemText(GetString("SI_HOUSEPERMISSIONDEFAULTACCESSSETTING", defaultAccess))
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:448 -- dialog.presetsComboBox:SetSelectedItemText(entry.name)
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:473 -- dialog.presetsComboBox:SetSelectedItemText(data.permissionPresetName)
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:493 -- dialog.housesComboBox:SetSelectedItemText(entry.name)
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:584 -- dialog.presetsComboBox:SetSelectedItemText(allPermissionPresets[defaultPreset])
- ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:238 -- self.comboBox:SetSelectedItemText(GetString("SI_PATHFOLLOWTYPE", self.currentFollowType))
- ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:263 -- comboBox:SetSelectedItemText(entry.name)
- ingame/map/keyboard/worldmapfilters_keyboard.lua:87 -- comboBox:SetSelectedItemText(entry.name)
- ingame/restyle/gamepad/restylestation_gamepad.lua:872 -- dropdown:SetSelectedItemText(GetString(SI_DYEING_SORT_BY_RARITY))
- ingame/restyle/gamepad/restylestation_gamepad.lua:874 -- dropdown:SetSelectedItemText(GetString(SI_DYEING_SORT_BY_HUE))
- libraries/zo_combobox/zo_combobox.lua:304 -- self:SetSelectedItemText(zo_strformat(self.multiSelectionTextFormatter, numSelectedEntries))
- libraries/zo_combobox/zo_combobox.lua:306 -- self:SetSelectedItemText(self.noSelectionText)
- libraries/zo_combobox/zo_combobox_base.lua:177 -- self:SetSelectedItemText("")
- libraries/zo_combobox/zo_combobox_base.lua:226 -- self:SetSelectedItemText(itemText)
- libraries/zo_combobox/zo_combobox_base.lua:236 -- self:SetSelectedItemText(item.name)
- libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:750 -- self:SetSelectedItemText(zo_strformat(self.multiSelectionTextFormatter, numSelectedEntries))
- libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:753 -- self:SetSelectedItemText(self.noSelectionText)
- pregameandingame/zo_options/optionswindowtemplate.lua:344 -- dropdown:SetSelectedItemText(data.itemText[GetValidIndexFromCurrentChoice(validValues, currentChoice)])
- pregameandingame/zo_options/optionswindowtemplate.lua:346 -- dropdown:SetSelectedItemText(GetString(data.valueStringPrefix, currentChoice))
- pregameandingame/zo_options/optionswindowtemplate.lua:352 -- dropdown:SetSelectedItemText(GetValueString(valueStrings[GetValidIndexFromCurrentChoice(validValues, currentChoice)]))
- pregameandingame/zo_options/optionswindowtemplate.lua:354 -- dropdown:SetSelectedItemText(tostring(currentChoice))
- pregameandingame/zo_options/optionswindowtemplate.lua:568 -- dropdown:SetSelectedItemText(data.itemText[index])
- pregameandingame/zo_options/optionswindowtemplate.lua:570 -- dropdown:SetSelectedItemText(GetString(data.valueStringPrefix, value))
- pregameandingame/zo_options/optionswindowtemplate.lua:576 -- dropdown:SetSelectedItemText(GetValueString(valueStrings[index]))
- pregameandingame/zo_options/optionswindowtemplate.lua:578 -- dropdown:SetSelectedItemText(valueString)