C_LFGList .GetCategoryInfo
Jump to navigation
Jump to search
![]() ![]() ![]() ![]() ![]() |
C_LFGList.GetLfgCategoryInfo |
![]() ![]() ![]() |
+ 9.1.5 / 3.4.3 / 1.15.0 |
![]() ![]() |
C_LFGList.GetCategoryInfo |
+ 6.0.2 / 2.5.2 / 1.14.0 |
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