WoW API: ChannelToggleAnnouncements

From AddOn Studio
Revision as of 14:12, 13 October 2010 by WoWWiki>DrSproinky (Two arguments now. Changes seen in 4.0.1. Tested in client and confirmed.)
Jump to navigation Jump to search

WoW API < ChannelToggleAnnouncements

Toggles the channel to display announcements either on or off.

ChannelToggleAnnouncements(channelName, name);

Arguments
(String channelName, name)
channelName
The name of the channel to toggle announcements on

Returns
nil

Example
ChannelToggleAnnouncements("uimods", "uimods");
Result

Description
Toggles the channel to display announcements either on or off.