C_LFGList.GetAvailableActivityGroups

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 6.0.2 / 1.15.0

Returns a list of available LFG groups.

groups = C_LFGList.GetAvailableActivityGroups(categoryID [, filter])

Arguments

categoryID
number - The categoryID of the category you want to get available groups of. Use C_LFGList.GetAvailableCategories() to get a list of all available categoryIDs.
filter
number? - Bit mask to filter the results. See C_LFGList.GetActivityInfo for more information.

Returns

groups
table - A table containing the requested groupIDs (not in order).