WoW:API ChatFrame AddChannel

Revision as of 19:00, 27 August 2005 by WoWWiki>Inglais

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