WoW:API ChatFrame AddChannel: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
<!-- end code --> | <!-- end code --> | ||
---- | |||
{{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');