WildStar:API ChatSystemLib PostOnChannel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Initial information from experimentation)
 
(Created page with "{{../uiapi}} == ChatSystemLib.PostOnChannel == === Description === Adds a line to the ChatLog using the given string text, formatted according to the channel identifier give...")
Line 1: Line 1:
== ChatSystemLib.PostOnChannel ==
{{--|uiapi}}
Adds a line to the ChatLog.
ChatSystemLib.PostOnChannel(ChatSystemLib.ChannelEnum, sOutText, sSendingUnitName)


=== Description ===
== 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.
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 ===
== ChannelEnum ==
ChatSystemLib.PostOnChannel( '''ChatSystemLib.ChannelEnum''' , '''sOutText ''',''' sSendingUnitName''' )
 
=== ChannelEnum ===
From the Carbine ChatLog addon:
From the Carbine ChatLog addon:
* ChatSystemLib.ChatChannel_Command
* ChatSystemLib.ChatChannel_Command

Revision as of 03:47, 4 July 2020

Template:API ChatSystemLib PostOnChannel/uiapi 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