Wowpedia

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

READ MORE

Wowpedia
Advertisement

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 - ?
Advertisement