Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Base info I've discovered.)
 
mNo edit summary
Line 2: Line 2:
 
Returns information about the given Achievement.
 
Returns information about the given Achievement.
   
IDNumber, Title, Points, Completed, Month, Day, Year, Description, Unknown1, Image, Unknown1 = GetAchievementInfo(AchievementID);
+
IDNumber, Title, Points, Completed, Month, Day, Year, Description, Unknown1, Image, Unknown2 = GetAchievementInfo(AchievementID);
   
 
----
 
----

Revision as of 21:26, 9 August 2008

Returns information about the given Achievement.

IDNumber, Title, Points, Completed, Month, Day, Year, Description, Unknown1, Image, Unknown2 = GetAchievementInfo(AchievementID);

Arguments
(Number AchievementID)
AchievementID
The ID of the Achievement.

Returns
IDNumber
The AchievementID Number.
Title
The Title of the Achievement.
Points
Points awarded for completing this achievement.
Completed
Returns true/false depending if you've completed this achievement.
Month
Month this was completed. Returns nil if Completed is false.
Day
Day this was completed. Returns nil if Completed is false.
Year
Year this was completed. Returns nil if Completed is false.
Description
The Description of the Achievement.
Unknown1
Unknown
Image
Path & file of the icon used for this achievement
Unknown2
Unknown, usually returns blank, not nil.