WildStar:API ChatSystemLib PostOnChannel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{--|uiapi}}
{{\|uiapi}}
Adds a line to the ChatLog.
Adds a line to the ChatLog.
  ChatSystemLib.PostOnChannel(ChatSystemLib.ChannelEnum, sOutText, sSendingUnitName)
  ChatSystemLib.PostOnChannel(ChatSystemLib.ChannelEnum, sOutText, sSendingUnitName)

Latest revision as of 06:37, 9 August 2023

UI API < ChatSystemLib.PostOnChannel

Adds a line to the ChatLog.

ChatSystemLib.PostOnChannel(ChatSystemLib.ChannelEnum, sOutText, sSendingUnitName)

Description

Adds a line to the ChatLog using the given string text, formatted according to the channel identifier given. Some system channels have no effect. Does not go through the server, just adds the text to the local player's chat window.

ChannelEnum

From the Carbine ChatLog addon:

  • ChatSystemLib.ChatChannel_Command
  • ChatSystemLib.ChatChannel_Debug
  • ChatSystemLib.ChatChannel_Say
  • ChatSystemLib.ChatChannel_Yell
  • ChatSystemLib.ChatChannel_Whisper
  • ChatSystemLib.ChatChannel_Party
  • ChatSystemLib.ChatChannel_Emote
  • ChatSystemLib.ChatChannel_AnimatedEmote
  • ChatSystemLib.ChatChannel_Zone
  • ChatSystemLib.ChatChannel_ZonePvP
  • ChatSystemLib.ChatChannel_Trade
  • ChatSystemLib.ChatChannel_Guild
  • ChatSystemLib.ChatChannel_GuildOfficer
  • ChatSystemLib.ChatChannel_WarParty
  • ChatSystemLib.ChatChannel_WarPartyOfficer
  • ChatSystemLib.ChatChannel_Society
  • ChatSystemLib.ChatChannel_Custom
  • ChatSystemLib.ChatChannel_NPCSay
  • ChatSystemLib.ChatChannel_NPCYell
  • ChatSystemLib.ChatChannel_NPCWhisper
  • ChatSystemLib.ChatChannel_Datachron
  • ChatSystemLib.ChatChannel_Realm
  • ChatSystemLib.ChatChannel_Loot
  • ChatSystemLib.ChatChannel_System
  • ChatSystemLib.ChatChannel_PlayerPath
  • ChatSystemLib.ChatChannel_Instance
  • ChatSystemLib.ChatChannel_Advice
  • ChatSystemLib.ChatChannel_AccountWhisper