C_LFGList.GetCategoryInfo

From Warcraft Wiki
Jump to navigation Jump to search

Returns information about a specific category. Each category can contain many activitiy groups, which can contain many activities.

name, separateRecommended, autoChoose, preferCurrentArea = C_LFGList.GetCategoryInfo(categoryID)

Arguments

categoryID
number - The categoryID of the category you want to query. Use C_LFGList.GetAvailableCategories() to get a list of all available categoryIDs.

Returns

name
string - The name of the category.
separateRecommended
boolean
autoChoose
boolean
preferCurrentArea
boolean