WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

WoW API < InviteUnit

Invite a player to join your party.

 InviteUnit(playerName) 

Parameters[]

Arguments[]

(String playerName)

playerName
The name of the player you would like to invite to a group.

Returns[]

nil

Example[]

 InviteUnit("Dyselon"); 

Result[]

Description[]

Invites the specified playerName to your group. Players from other realms can be invited by using this function, like so:

InviteUnit("Player-RealmName")

Presumably this can only be done with RealID friends, though it possibly also works with players in your current cross-realm zone.

Past changes[]

Lua error in package.lua at line 80: module 'Module:Inlinegfx/img_link_data.json' not found. Patch 3.0.8 (2009-01-20): This function originally accepted "token" as a possible argument, but was changed in the patch to accept only player names.
            Code should be updated to use UnitName("token") instead.

Advertisement