WoW API: AchievementLink

From AddOn Studio
Revision as of 19:51, 19 December 2008 by WoWWiki>Teuflisch (New page: {{Wowapi}} == achievementLink API Type (String) == achievementLinks are returned by GetAchievementLink(). == Anatomy of a achievementLink == |cffffff00|Hachiev...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API

achievementLink API Type (String)

achievementLinks are returned by GetAchievementLink().

Anatomy of a achievementLink

|cffffff00|Hachievement:2186:00000000002FDDE9:1:12:19:8:4294967295:4294967295:4294967295:4294967295|h[The Immortal]|h|r
  • "|cffffff00" - Colorizes the link (see itemLink)
  • "|H" - Hyperlink introduction
  • "achievement:2186" - Achievement ID
  • "00000000002FDDE9" - Character ID
  • "1" - Status of this achievement. "1" means finished, and vice versa.
  • "12" - Month this was finished.
  • "19" - Day this was finished.
  • "8" - Year this was finished, starts from 2000.
  • "4294967295" - Flags of details of this. (#1)
  • "4294967295" - Flags of details of this. (#2)
  • "4294967295" - Flags of details of this. (#3)
  • "4294967295" - Flags of details of this. (#4)
  • "|h" - Hyperlink data concluded, text follows
  • "[The Immortal]" - Display text
  • "|h" - Hyperlink conclusion
  • "|r" - Returns color to normal

Details

The detail list portion of the achievementLink is a bitset representing which items are finished.