WoW:API ChannelToggleAnnouncements: Difference between revisions
Jump to navigation
Jump to search
ChannelToggleAnnouncements -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 04:45, 4 January 2006
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.