WoW:API ChannelKick: Difference between revisions
Jump to navigation
Jump to search
ChannelKick -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
| Line 31: | Line 31: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|ChannelKick]] | |||
[[Category:API Channel Functions|ChannelKick]] | |||
Revision as of 12:29, 27 August 2005
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.