Inspect.Achievement.Category.Detail

Returns information about achievement categories.

Usage:

detail = Inspect.Achievement.Category.Detail(category)
details = Inspect.Achievement.Category.Detail(categories)
ParameterTypeDatatypeDescription
categoriesparametertableA table of identifiers of achievement categories to retrieve detail for.
categoryparameterachievementcategoryThe identifier of the achievement category to retrieve detail for.
detailresulttableDetail table for a single achievement category.
detailsresulttableDetail tables for all requested achievement categories. The key is the category ID, the value is the category's detail table.
members
id The ID of the requested element.
name The name of the achievement category.
parent The category's parent, if it has one.