WoW:API ChannelUnmute: Difference between revisions
Jump to navigation
Jump to search
ChannelUnmute -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
| Line 31: | Line 31: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|ChannelUnmute]] | |||
[[Category:API Channel Functions|ChannelUnmute]] | |||
Revision as of 12:32, 27 August 2005
Unmutes the specified user on the channel.
ChannelUnmute(channelName, playerName);
- Arguments
- (String channelName, String playerName)
- channelName
- The name of the channel to remove mute on
- playerName
- The name of the player to remove mute from (allow to speak)
- Returns
- nil
- Example
ChannelUnmute("uimods", "Sembiance");
- Result
- Description
- Allows player playerName on channel channelName to speak again (unmutes them).