WoW:API ChannelToggleAnnouncements: Difference between revisions
Jump to navigation
Jump to search
(Two arguments now. Changes seen in 4.0.1. Tested in client and confirmed.) |
m (Move page script moved page API ChannelToggleAnnouncements to API ChannelToggleAnnouncements without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← 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.