WoW:API GetAchievementInfoFromCriteria (source)
Revision as of 04:45, 15 August 2023
, 15 August 2023Move page script moved page API GetAchievementInfoFromCriteria to WoW:API GetAchievementInfoFromCriteria without leaving a redirect
(Created page with '{{wowapi}} Returns the following fields for the specified Criteria. New in Patch 3.0 id, name, points, completed, month, day, year, description, flags, icon = GetAchievem...') |
m (Move page script moved page API GetAchievementInfoFromCriteria to WoW:API GetAchievementInfoFromCriteria without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
id, name, points, completed, month, day, year, description, flags, icon = GetAchievementInfoFromCriteria(CriteriaID) | id, name, points, completed, month, day, year, description, flags, icon = GetAchievementInfoFromCriteria(CriteriaID) | ||
---- | ---- | ||
| Line 26: | Line 22: | ||
:;Year : Integer - Year this was completed. Returns nil if Completed is false. | :;Year : Integer - Year this was completed. Returns nil if Completed is false. | ||
:;Description : String - The Description of the Achievement. | :;Description : String - The Description of the Achievement. | ||
:;Flags : Integer | :;Flags : Integer | ||
:::0x01 = Statistic | |||
:::0x02 = Hidden | |||
:::0x80 = Progress Bar | |||
:;Image : String - Path & file of the icon used for this achievement | :;Image : String - Path & file of the icon used for this achievement | ||
:;RewardText : String - Text describing the reward you get for completing this achievement. | :;RewardText : String - Text describing the reward you get for completing this achievement. | ||