WoW:API ChannelMute: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API ChannelMute to API ChannelMute without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Turns off the specified player's ability to speak in a channel. | Turns off the specified player's ability to speak in a channel. | ||
| Line 28: | Line 27: | ||
: Mutes player playerName on channel channelName, causing them to not be able to speak on that channel (spectator). | : Mutes player playerName on channel channelName, causing them to not be able to speak on that channel (spectator). | ||
Latest revision as of 04:45, 15 August 2023
← WoW API < ChannelMute
Turns off the specified player's ability to speak in a channel.
ChannelMute(channelName, playerName);
- Arguments
- (String channelName, String playerName)
- channelName
- The name of the channel to mute on
- playerName
- The name of the player to mute
- Returns
- nil
- Example
ChannelMute("uimods", "alexyoshi");
- Result
- Description
- Mutes player playerName on channel channelName, causing them to not be able to speak on that channel (spectator).