GetHomePartyInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.1.0 / 1.13.2

Returns names of characters in your home (non-instance) party.

homePlayers = GetHomePartyInfo([homePlayers])

Arguments

homePlayers
table - table to populate and return; a new table is created if this argument is omitted.

Returns

homePlayers
table - array containing your (non-instance) party members' names, or nil if you're not in any non-instance party.

Patch changes

Mists of Pandaria Patch 5.1.0 (2012-11-27): Added.