WildStar:API ChatSystemLib PostOnChannel

From AddOn Studio
Revision as of 06:43, 13 July 2014 by 50.148.119.218 (talk) (Initial information from experimentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ChatSystemLib.PostOnChannel

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.

Syntax

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

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