WoW:API ChannelKick: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API ChannelKick to WoW:API ChannelKick without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Kicks a player from the specified channel. | Kicks a player from the specified channel. | ||
| Line 28: | Line 27: | ||
: Kicks player playerName from channel channelName. | : Kicks player playerName from channel channelName. | ||
Latest revision as of 04:45, 15 August 2023
← WoW API < ChannelKick
Kicks a player from the specified channel.
ChannelKick(channelName, playerName);
- Arguments
- (String channelName, String playerName)
- channelName
- The name of the channel to kick from
- playerName
- The name of the player to kick
- Returns
- nil
- Example
ChannelKick("uimods", "alexyoshi");
- Result
- Description
- Kicks player playerName from channel channelName.