Back to Home
ESO Function Data v101044
TransferWindow()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/chatsystem/sharedchatsystem.lua:1006
--
function SharedChatContainer:TransferWindow(index, targetContainer)
ingame/chatsystem/sharedchatsystem.lua:1533
--
function SharedChatSystem:TransferWindow(window, previousContainer, targetContainer)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/chatsystem/sharedchatsystem.lua:1009
--
self.system:TransferWindow(window, self, targetContainer)
ingame/chatsystem/sharedchatsystem.lua:1034
--
self:TransferWindow(index)
ingame/chatsystem/sharedchatsystem.lua:1434
--
container:TransferWindow(1, self.primaryContainer)
ingame/chatsystem/sharedchatsystem.lua:1594
--
initiator:TransferWindow(1, tabDropContainer)