GetHomePartyInfo
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 history
Patch 5.1.0 / API changes (2012-11-27): Added.