WoW:API ChannelToggleAnnouncements: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 30: Line 30:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|ChannelToggleAnnouncements]]
[[Category:API Channel Functions|ChannelToggleAnnouncements]]

Revision as of 12:30, 27 August 2005

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