WoW:API ChatFrame AddChannel

From AddOn Studio
Revision as of 13:06, 22 July 2005 by WoWWiki>Idefix
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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');