Back to Home
ESO Function Data v100028
ShowRemoveTabDialog()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/chatsystem/sharedchatsystem.lua:792
--
function SharedChatContainer:ShowRemoveTabDialog(index, dialogName)
ingame/chatsystem/console/gamepadchatsystem.lua:29
--
function GamepadChatContainer:ShowRemoveTabDialog(index)
ingame/chatsystem/pc/chatsystem.lua:47
--
function ChatContainer:ShowRemoveTabDialog(index)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/chatsystem/sharedchatsystem.lua:590
--
self:ShowRemoveTabDialog(tabIndex)
ingame/chatsystem/console/gamepadchatsystem.lua:31
--
SharedChatContainer.ShowRemoveTabDialog(self, index, "CHAT_TAB_REMOVE")
ingame/chatsystem/pc/chatsystem.lua:48
--
SharedChatContainer.ShowRemoveTabDialog(self, index, "CHAT_TAB_REMOVE")