Back to Home
ESO Function Data v100018
ShowRemoveTabDialog()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/chatsystem/sharedchatsystem.lua:798
--
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:596
--
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")