C_SocialQueue.GetGroupInfo

From Warcraft Wiki
Jump to navigation Jump to search

Retrieves information about a group in social queue.

canJoin, numQueues, needTank, needHealer, needDamage, isSoloQueueParty, questSessionActive, leaderGUID = C_SocialQueue.GetGroupInfo(groupGUID)

Arguments

groupGUID
string - a string containing the hexadecimal representation of the player's GUID

Returns

canJoin
boolean
numQueues
number
needTank
boolean
needHealer
boolean
needDamage
boolean
isSoloQueueParty
boolean
questSessionActive
boolean
leaderGUID
string

Patch changes

Battle for Azeroth Patch 8.2.5 (2019-09-24): Added questSessionActive return.
Legion Patch 7.1.0 (2016-10-25): Added.