Back to Home
ESO Function Data v101038
ShowDialog()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/champion/champion.lua:301
--
function ChampionPerks:ShowDialog(name, data, textParams)
ingame/housingeditor/housingpreview_shared.lua:332
--
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:117
--
local function ShowDialog()
Function Calls
ingame/champion/champion.lua:1537
--
self:ShowDialog(dialogName, { respecNeeded = respecNeeded })
ingame/champion/champion.lua:1586
--
self:ShowDialog("CHAMPION_CONFIRM_CANCEL_RESPEC")
ingame/champion/champion.lua:1588
--
self:ShowDialog("CHAMPION_CONFIRM_ENTER_RESPEC", nil, { mainTextParams = { GetChampionRespecCost(), ZO_Currency_GetPlatformFormattedCurrencyIcon(CURT_MONEY) } })
ingame/housingeditor/housingeditorhud.lua:492
--
SYSTEMS:GetObject("HOUSING_PREVIEW"):ShowDialog()
ingame/inventory/itemtransferdialog_base.lua:28
--
self:ShowDialog()