WoW:API ChannelInvite

Revision as of 18:34, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ChannelInvite -Documentation by AlexanderYoshi-

Invites the specified user to the channel.

ChannelInvite(channelName, playerName);

Arguments
(String channelName, String playerName)
channelName
The name of the channel to invite to
playerName
The name of the player to invite

Returns
nil

Example
ChannelInvite("uimods", "Sembiance");
Result

Description
Invites player playerName to channel channelName.

Template:WoW API