Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:World of Warcraft API
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Channel === These are chat functions which are specific to channels. Also see the [[#Chat Window]] and [[#Communication]] sections. :{{id|API|AddChatWindowChannel}}(chatFrameIndex, "channel") - Make a chat channel visible in a specific ChatFrame. :{{id|API|ChannelBan}}("channel", "name") - Bans a player from the specified channel. :{{id|API|ChannelInvite}}("channel", "name") - Invites the specified user to the channel. :{{id|API|ChannelKick}}("channel", "name") - Kicks the specified user from the channel. :{{id|API|ChannelModerator}}("channel", "name") - Sets the specified player as the channel moderator. :{{id|API|ChannelMute}}("channel", "name") - Turns off the specified player's ability to speak in a channel. :{{id|API|ChannelToggleAnnouncements}}("channel") - Toggles the channel to display announcements either on or off. :{{id|API|ChannelUnban}}("channel", "name") - Unbans a player from a channel. :{{id|API|ChannelUnmoderator}}("channel", "name") - Takes the specified user away from the moderator status. :{{id|API|ChannelUnmute}}("channel", "name") - Unmutes the specified user from the channel. :{{id|API|DisplayChannelOwner}}("channel") - Displays the owner of the specified channel in the default chat. :{{id|API|DeclineInvite}}("channel") - Declines an invitation to join a chat channel. :{{id|API|EnumerateServerChannels}}() - Retrieves all available server channels (zone dependent). :{{id|API|GetChannelList}}() - Retrieves joined channels. :{{id|API|GetChannelName}}("channel" or index) - Retrieves the name from a specific channel. :{{id|API|GetChatWindowChannels}}(index) - Get the chat channels received by a chat window. :{{id|API|JoinChannelByName}}("channel"[, "password"[, frameId]]) - Join the specified chat channel, with optional password, and register for specified frame. (updated 1.9) :{{id|API|LeaveChannelByName}}("channel") - Leaves the channel with the specified name. :{{id|API|ListChannelByName}}(channelMatch) - Lists members in the given channel to the chat window. :{{id|API|ListChannels}}() - Lists all of the channels into the chat window. :{{id|API|RemoveChatWindowChannel}}(chatFrameIndex, "channel") - Make a chat channel invisible (hidden) in a specific ChatFrame. :{{id|API|SendChatMessage}}("msg",[ "chatType",[ "language",[ "channel"]]]) - Sends a chat message. :{{id|API|SetChannelOwner}}("channel", "name") - Sets the channel owner. :{{id|API|SetChannelPassword}}("channel", "password") - Changes the password of the current channel.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)