WoW:API ChatFrame AddChannel: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 22: Line 22:
<!-- end code -->
<!-- end code -->


[[Category:API Functions|ChatFrame AddChannel]]
----
[[Category:API Chat Functions|ChatFrame AddChannel]]
{{WoW API}}

Revision as of 04:53, 4 January 2006

This method is activating a previously join chatchannel.

ChatFrame_AddChannel(chatFrame, 'channelName');

Parameters

Arguments

(chatFrame, 'channelName')
chatFrame
The name of the chat frame
channelName
String - The name of the chatchannel to activate.

Returns

retCode
retCode
Number - ?

Example

ChatFrame_AddChannel(DEFAULT_CHAT_FRAME,'test');

Template:WoW API