Back to Home
ESO Function Data v100019
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:226
--
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:53
--
local function ShowDialog()
Function Calls
ingame/championperks/championperks.lua:1337
--
self:ShowDialog(dialogName, { respecNeeded = respecNeeded })
ingame/championperks/championperks.lua:1370
--
self:ShowDialog("CHAMPION_CONFIRM_CANCEL_RESPEC")
ingame/championperks/championperks.lua:1372
--
self:ShowDialog("CHAMPION_CONFIRM_ENTER_RESPEC", nil, { mainTextParams = { GetChampionRespecCost(), ZO_Currency_GetPlatformFormattedGoldIcon() } })
ingame/housingeditor/housingeditorhud.lua:95
--
SYSTEMS:GetObject("HOUSING_PREVIEW"):ShowDialog()
ingame/inventory/itemtransferdialog_base.lua:28
--
self:ShowDialog()