|
|
| Line 1: |
Line 1: |
| − |
<center>'''ChannelKick''' ''-Documentation by AlexanderYoshi-''</center> |
+ |
{{wowapi}} |
| − |
|
|
| |
Kicks a player from the specified channel. |
|
Kicks a player from the specified channel. |
| |
|
|
|
| Line 27: |
Line 27: |
| |
|
|
|
| |
: Kicks player playerName from channel channelName. |
|
: Kicks player playerName from channel channelName. |
| − |
|
|
| − |
---- |
|
| − |
{{WoW API}} |
|
Latest revision as of 12:00, June 18, 2006
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.