Back to Home
ESO Function Data v100027
UpdateInteractivity()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/chatsystem/sharedchatsystem.lua:415
--
function SharedChatContainer:UpdateInteractivity(isInteractive)
ingame/chatsystem/console/gamepadchatsystem.lua:38
--
function GamepadChatContainer:UpdateInteractivity(isInteractive)
ingame/chatsystem/pc/chatsystem.lua:24
--
function ChatContainer:UpdateInteractivity(isInteractive)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/chatsystem/sharedchatsystem.lua:462
--
self:UpdateInteractivity(isInteractive)
ingame/chatsystem/sharedchatsystem.lua:808
--
self:UpdateInteractivity(self.currentBuffer:IsMouseEnabled())
ingame/chatsystem/console/gamepadchatsystem.lua:39
--
SharedChatContainer.UpdateInteractivity(self, isInteractive)
ingame/chatsystem/pc/chatsystem.lua:28
--
SharedChatContainer.UpdateInteractivity(self, isInteractive)