Back to Home
ESO Function Data v100023
ShowDialog()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/championperks/championperks.lua:267
--
function ChampionPerks:ShowDialog(name, data, textParams)
ingame/housingeditor/housingpreview_shared.lua:262
--
function ZO_HousingPreviewDialog_Shared:ShowDialog()
ingame/inventory/itemtransferdialog_base.lua:42
--
function ZO_ItemTransferDialog_Base:ShowDialog()
ingame/inventory/gamepad/itemtransferdialog_gamepad.lua:69
--
function ItemTransferDialog_Gamepad:ShowDialog()
ingame/inventory/keyboard/itemtransferdialog_keyboard.lua:74
--
function ItemTransferDialog_Keyboard:ShowDialog()
Local Function Definitions
ingame/skills/gamepad/gamepadskills.lua:65
--
local function ShowDialog()
Function Calls
ingame/championperks/championperks.lua:1355
--
self:ShowDialog(dialogName, { respecNeeded = respecNeeded })
ingame/championperks/championperks.lua:1388
--
self:ShowDialog("CHAMPION_CONFIRM_CANCEL_RESPEC")
ingame/championperks/championperks.lua:1390
--
self:ShowDialog("CHAMPION_CONFIRM_ENTER_RESPEC", nil, { mainTextParams = { GetChampionRespecCost(), ZO_Currency_GetPlatformFormattedCurrencyIcon(CURT_MONEY) } })
ingame/housingeditor/housingeditorhud.lua:95
--
SYSTEMS:GetObject("HOUSING_PREVIEW"):ShowDialog()
ingame/inventory/itemtransferdialog_base.lua:28
--
self:ShowDialog()