WoW:API AddChatWindowMessages: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API AddChatWindowMessages to API AddChatWindowMessages without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
AddChatWindowMessages(index,"messagegroup")
{{Stub/API}}
{{wowapi}}
Sets a chat frame to receive and show messages of the given message group.
 
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.