WoW:API ChannelToggleAnnouncements

From AddOn Studio
Revision as of 04:45, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
ChannelToggleAnnouncements -Documentation by AlexanderYoshi-

Toggles the channel to display announcements either on or off.

ChannelToggleAnnouncements(channelName);

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

Returns
nil

Example
ChannelToggleAnnouncements("uimods");
Result

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

Template:WoW API