WoW:API RemoveChatWindowMessages: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
RemoveChatWindowMessages(index,"messageGroup")
<center>'''RemoveChatWindowMessages(index,"messageGroup")''' by Kjasi</center>
 
Will remove messages from the chat window.
 
RemoveChatWindowMessages(index, "messageGroup")
 
----
 
'''''Arguments'''''
 
'''index'''
 
The ID of the chat window to be effected.
 
'''messageGroup'''
 
Unknown


----
----
{{WoW API}}
{{WoW API}}

Revision as of 19:52, 16 June 2006

RemoveChatWindowMessages(index,"messageGroup") by Kjasi

Will remove messages from the chat window.

RemoveChatWindowMessages(index, "messageGroup")

Arguments

index

The ID of the chat window to be effected.

messageGroup

Unknown


Template:WoW API