achievementmgr¶
Provides access achievements, achievement categories, and other information surrounding the achievement system.
Members¶
achievement Achievement[#|Name]¶
- Find an achievement by its ID or by its name.
achievement AchievementByIndex[#]¶
- Find an achievement by its index.
int AchievementCount¶
- The number of achievements in the manager.
achievementcat Category[#|Name]¶
- Find an achievement category by its id or by its name.Note: If searching by name, only top-level categories are returned from the achievement manager.
achievementcat CategoryByIndex[#]¶
- Find an achievement category by its index.
int CategoryCount¶
- The number of achievement categories in the manager.
int Points¶
- The total number of accumulated achievement points.
int CompletedAchievement¶
- The number of completed achievements.
int TotalAchievement¶
- The number of available achievements.
bool Ready¶
- Indicates that the manager has loaded all achievement data and is ready to be used.