RSS

Суббота, 27.07.2024, 03:22
Главная » WoW API » API Функции »

Достижения

[ Добавить запись ]

В категории материалов: 41
Показано материалов: 1-41

Название Описание
RemoveTrackedAchievement Removes an achievement from the objectives tracker UI.
IsTrackedAchievement Returns whether an achievement is flagged for display in the objectives tracker UI.
GetTrackedAchievements Returns numeric IDs of the achievements flagged for display in the objectives tracker UI.
GetNumTrackedAchievements Returns the number of achievements flagged for display in the objectives tracker UI.
AddTrackedAchievement Adds an achievement to the objectives tracker UI.
GetAchievementLink Returns a hyperlink representing the player's progress on an achievement.
SetAchievementComparisonUnit Enables comparing achievements/statistics with another player.
RemoveTrackedAchievement Removes an achievement from the objectives tracker UI.
IsTrackedAchievement Returns whether an achievement is flagged for display in the objectives tracker UI.
HasCompletedAnyAchievement Checks if the player has completed at least 1 achievement.
GetTrackedAchievements Returns numeric IDs of the achievements flagged for display in the objectives tracker UI.
GetTotalAchievementPoints Returns the player's total achievement points earned.
GetStatisticsCategoryList Returns a list of all statistic categories.
GetStatistic Returns data for a statistic that can be shown on the statistics tab of the achievements window.
GetPreviousAchievement Returns the previous achievement for an achievement which is part of a series.
GetNumTrackedAchievements Returns the number of achievements flagged for display in the objectives tracker UI.
GetNumCompletedAchievements Returns the number of achievements earned by the player.
GetNumComparisonCompletedAchievements Returns the number of achievements earned by the comparison unit.
GetNextAchievement Returns the next achievement for an achievement which is part of a series.
GetLatestUpdatedStats Returns a list of the player's latest updated statistics.
GetLatestUpdatedComparisonStats Returns a list of the comparison unit's latest updated statistics.
GetLatestCompletedComparisonAchievements Returns a list of the comparison unit's most recently earned achievements.
GetLatestCompletedAchievements Returns a list of the player's/player guild's most recently earned achievements.
GetComparisonStatistic Returns the comparison unit's data for a statistic.
GetComparisonCategoryNumAchievements Returns the number of achievements completed by the comparison unit within a category.
GetComparisonAchievementPoints Returns the comparison unit's total achievement points earned.
GetCategoryNumAchievements Returns the number of achievements/statistics to display in a category.
GetCategoryList Returns a list of all achievement categories.
GetCategoryInfo Returns information about an achievement/statistic category.
GetAchievementReward Returns the number of achievement points awarded for earning an achievement.
GetAchievementNumRewards Returns the number of point rewards for an achievement (currently always 1)
GetAchievementNumCriteria Returns the number of measured criteria for an achievement.
GetAchievementLink Returns a hyperlink representing the player's progress on an achievement.
GetAchievementInfoFromCriteria Gets information about an achievement or statistic given a criterion ID.
GetAchievementInfo Gets information about an achievement or statistic.
GetAchievementCriteriaInfo Gets information about criteria for an achievement or data for a statistic.
GetAchievementComparisonInfo Returns information about the comparison unit's achievements.
GetAchievementCategory Returns the numeric ID of the category to which an achievement belongs.
ClearAchievementComparisonUnit Disables comparing achievements/statistics with another player.
CanShowAchievementUI Returns whether the Achievements UI should be enabled.
AddTrackedAchievement Adds an achievement to the objectives tracker UI.