WoW:API AddChatWindowMessages: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API AddChatWindowMessages to API AddChatWindowMessages without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Stub/API}}
{{Stub/API}}
{{wowapi}}
{{wowapi}}
Sets a chat frame to receive and show messages of the given message group.


=Useage=
  AddChatWindowMessages(index, "messagegroup")
  AddChatWindowMessages(index, "messagegroup")
== Parameters ==
=== Arguments ===
:;index : Numeric - The chatframe index (1-7).
:;messageGroup : String - Message group to add to the chatframe.

Latest revision as of 04:45, 15 August 2023

WoW API < AddChatWindowMessages

Sets a chat frame to receive and show messages of the given message group.

AddChatWindowMessages(index, "messagegroup")

Parameters[edit]

Arguments[edit]

index
Numeric - The chatframe index (1-7).
messageGroup
String - Message group to add to the chatframe.