WoW:API ChannelToggleAnnouncements: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''ChannelToggleAnnouncements''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Toggles the channel to display announcements either on or off.
Toggles the channel to display announcements either on or off.


Line 27: Line 26:


: Toggles the channel to display announcements either on or off.
: Toggles the channel to display announcements either on or off.
----
{{WoW API}}

Revision as of 12:03, 18 June 2006

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.