WoW:API ChannelToggleAnnouncements: Difference between revisions
Jump to navigation
Jump to search
ChannelToggleAnnouncements -Documentation by AlexanderYoshi-
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
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.