ESO Function Data v100015
SetChannel()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/chatsystem/sharedchatsystem.lua:250
--
function TextEntry:SetChannel(channelData, target)
ingame/chatsystem/sharedchatsystem.lua:1988
--
function SharedChatSystem:SetChannel(newChannel, channelTarget)
ingame/voicechat/console/zo_voicechatparticipants_gamepad.lua:52
--
function ZO_VoiceChatParticipantsGamepad:SetChannel(channel)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/chatsystem/sharedchatsystem.lua:1514
--
self:SetChannel(CHAT_CHANNEL_SAY)
ingame/chatsystem/sharedchatsystem.lua:1762
--
self:SetChannel(self.lastValidChannel, self.lastValidTarget)
ingame/chatsystem/sharedchatsystem.lua:1765
--
self:SetChannel(CHAT_CHANNEL_SAY)
ingame/chatsystem/sharedchatsystem.lua:1784
--
self.textEntry:SetChannel(channelData, self.currentTarget)
ingame/chatsystem/sharedchatsystem.lua:1802
--
self:SetChannel(switch.id)
ingame/chatsystem/sharedchatsystem.lua:1829
--
self:SetChannel(self.pendingChannel, target)
ingame/chatsystem/sharedchatsystem.lua:1922
--
self:SetChannel(switch.id, switchArg)
ingame/chatsystem/sharedchatsystem.lua:1944
--
self:SetChannel(self.currentChannel, target)
ingame/chatsystem/sharedchatsystem.lua:1953
--
self:SetChannel(self.currentChannel, target)
ingame/chatsystem/sharedchatsystem.lua:1962
--
self:SetChannel(channel or CHAT_CHANNEL_SAY, target)
ingame/chatsystem/sharedchatsystem.lua:2025
--
self.textEntry:SetChannel(channelData, self.currentTarget)
ingame/voicechat/console/zo_voicechatchannels_gamepad.lua:369
--
VOICE_CHAT_PARTICIPANTS_GAMEPAD:SetChannel(channel)