Back to Home
ESO Function Data v100034
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/contacts/keyboard/socialdialogs_keyboard.lua:152 -- self.allianceComboBox:SetSelectedItemText(entry.allianceText)
- ingame/group/gamepad/zo_groupmenu_gamepad.lua:378 -- dropdown:SetSelectedItemText(GetString(selectedString))
- ingame/guild/selectguilddialog.lua:63 -- self.guildComboBox:SetSelectedItemText(entry.guildText)
- ingame/guild/zo_guildranks_shared.lua:292 -- 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:43 -- self.control:SetSelectedItemText(selectedEntry.selectedText)
- ingame/guild/gamepad/zo_guildranks_gamepad.lua:371 -- control.dropdown:SetSelectedItemText(self.ranks[self.selectedRankIndex].name)
- ingame/guild/gamepad/zo_guildranks_gamepad.lua:373 -- control.dropdown:SetSelectedItemText(GetString(SI_GUILD_RANKS_COPY_NONE))
- ingame/guild/keyboard/guildselector_keyboard.lua:51 -- self.comboBox:SetSelectedItemText(self.currentGuildText)
- ingame/guild/keyboard/guildselector_keyboard.lua:149 -- self.comboBox:SetSelectedItemText(GUILD_BROWSER_TITLE)
- ingame/guild/keyboard/guildselector_keyboard.lua:152 -- self.comboBox:SetSelectedItemText(selectedEntry.selectedText)
- ingame/guild/keyboard/guildselector_keyboard.lua:171 -- 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:500 -- comboBox:SetSelectedItemText(entry.name)
- ingame/housingeditor/housesettings_manager.lua:172 -- dropdown:SetSelectedItemText(GetString(SI_DIALOG_COPY_HOUSING_PERMISSION_DEFAULT_CHOICE))
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:160 -- self.comboBox:SetSelectedItemText(GetString("SI_HOUSEPERMISSIONDEFAULTACCESSSETTING", defaultAccess))
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:212 -- comboBox:SetSelectedItemText(entry.name)
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:352 -- dialog.presetsComboBox:SetSelectedItemText(entry.name)
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:377 -- dialog.presetsComboBox:SetSelectedItemText(data.permissionPresetName)
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:397 -- dialog.housesComboBox:SetSelectedItemText(entry.name)
- ingame/housingeditor/keyboard/housingfurnituresettings_keyboard.lua:488 -- dialog.presetsComboBox:SetSelectedItemText(allPermissionPresets[defaultPreset])
- ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:234 -- self.comboBox:SetSelectedItemText(GetString("SI_PATHFOLLOWTYPE", self.currentFollowType))
- ingame/housingeditor/keyboard/housingpathsettings_keyboard.lua:256 -- comboBox:SetSelectedItemText(entry.name)
- ingame/map/keyboard/worldmapfilters_keyboard.lua:92 -- comboBox:SetSelectedItemText(entry.name)
- ingame/restyle/gamepad/restyle_station_gamepad.lua:836 -- dropdown:SetSelectedItemText(GetString(SI_DYEING_SORT_BY_RARITY))
- ingame/restyle/gamepad/restyle_station_gamepad.lua:838 -- dropdown:SetSelectedItemText(GetString(SI_DYEING_SORT_BY_HUE))
- ingame/stats/zo_stats_common.lua:99 -- dropdown:SetSelectedItemText(zo_strformat(GetTitle(currentTitleIndex), GetRawUnitName("player")))
- ingame/stats/zo_stats_common.lua:101 -- dropdown:SetSelectedItemText(GetString(SI_STATS_NO_TITLE))
- libraries/zo_combobox/zo_combobox.lua:296 -- self:SetSelectedItemText(zo_strformat(self.multiSelectionTextFormatter, numSelectedEntries))
- libraries/zo_combobox/zo_combobox.lua:301 -- self:SetSelectedItemText(self.noSelectionText)
- libraries/zo_combobox/zo_combobox_base.lua:153 -- self:SetSelectedItemText("")
- libraries/zo_combobox/zo_combobox_base.lua:201 -- self:SetSelectedItemText(itemText)
- libraries/zo_combobox/zo_combobox_base.lua:207 -- self:SetSelectedItemText(item.name)
- libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:540 -- self:SetSelectedItemText(zo_strformat(self.multiSelectionTextFormatter, numSelectedEntries))
- libraries/zo_combobox/gamepad/zo_combobox_gamepad.lua:543 -- self:SetSelectedItemText(self.noSelectionText)
- pregameandingame/zo_options/optionswindowtemplate.lua:258 -- dropdown:SetSelectedItemText(data.itemText[GetValidIndexFromCurrentChoice(data.valid, currentChoice)])
- pregameandingame/zo_options/optionswindowtemplate.lua:260 -- dropdown:SetSelectedItemText(GetString(data.valueStringPrefix, currentChoice))
- pregameandingame/zo_options/optionswindowtemplate.lua:262 -- dropdown:SetSelectedItemText(GetValueString(data.valueStrings[GetValidIndexFromCurrentChoice(data.valid, currentChoice)]))
- pregameandingame/zo_options/optionswindowtemplate.lua:264 -- dropdown:SetSelectedItemText(tostring(currentChoice))
- pregameandingame/zo_options/optionswindowtemplate.lua:494 -- dropdown:SetSelectedItemText(data.itemText[index])
- pregameandingame/zo_options/optionswindowtemplate.lua:496 -- dropdown:SetSelectedItemText(GetString(data.valueStringPrefix, value))
- pregameandingame/zo_options/optionswindowtemplate.lua:498 -- dropdown:SetSelectedItemText(GetValueString(data.valueStrings[index]))
- pregameandingame/zo_options/optionswindowtemplate.lua:500 -- dropdown:SetSelectedItemText(valueString)