WoW:API GetNumCompletedAchievements: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API GetNumCompletedAchievements to API GetNumCompletedAchievements without leaving a redirect)
 

Latest revision as of 04:46, 15 August 2023

WoW API < GetNumCompletedAchievements

Return the total number of Achievements or only guild one, and number completed.

total, completed = GetNumCompletedAchievements([guildOnly])


Arguments

guildOnly
Boolean - True if you want guild achievement only (Default: False)


Returns

total, completed
total
Number - total number of available achievements or guild achievement only
completed
Number - total number of completed achievements or guild achievement only

Details

Unknown whether this takes Feats of Strength into account.