Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Advertisement