WoW:API GetAchievementInfo: Difference between revisions

m
Move page script moved page API GetAchievementInfo to WoW:API GetAchievementInfo without leaving a redirect
m (The year completed returned is actually the number of years since 2000, not the actual year.)
m (Move page script moved page API GetAchievementInfo to WoW:API GetAchievementInfo without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
Returns information about the given Achievement.  New in [[Patch 3.0]]
Returns information about the given Achievement.  New in [[Patch 3.0]]


  IDNumber, Name, Points, Completed, Month, Day, Year, Description, Flags, Image, RewardText = GetAchievementInfo(achievementID)
  IDNumber, Name, Points, Completed, Month, Day, Year, Description, Flags, Image, RewardText, isGuildAch = GetAchievementInfo(achievementID)
   
   
  '''''OR'''''
  '''''OR'''''
   
   
  IDNumber, Name, Points, Completed, Month, Day, Year, Description, Flags, Image, RewardText = GetAchievementInfo(categoryID, index)
  IDNumber, Name, Points, Completed, Month, Day, Year, Description, Flags, Image, RewardText, isGuildAch = GetAchievementInfo(categoryID, index)


----
----
Line 40: Line 40:
:;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.
:;isGuildAch : Boolean - true if guild achievement, false otherwise
Anonymous user