WildStar:API ChatSystemLib PostOnChannel

Revision as of 06:37, 9 August 2023 by Bear (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

UI API < ChatSystemLib.PostOnChannel

Adds a line to the ChatLog.

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

DescriptionEdit

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.

ChannelEnumEdit

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