WoW API: ChannelToggleAnnouncements

From AddOn Studio
Revision as of 12:03, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})
Jump to navigation Jump to search

WoW API < ChannelToggleAnnouncements

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.