Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumeration values that indicate the achievement sort order.
Syntax
enum class XblAchievementOrderBy : uint32_t
{
DefaultOrder,
TitleId,
UnlockTime
}
Constants
| Constant | Description |
|---|---|
| DefaultOrder | Default order does not guarantee sort order. |
| TitleId | Sort by title id. |
| UnlockTime | Sort by achievement unlock time. |
Argument of
XblAchievementsGetAchievementsForTitleIdAsync
Requirements
Header: achievements_c.h