WoW API: GetNumCompletedAchievements

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetNumCompletedAchievements

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

total, completed = GetNumCompletedAchievements([guildOnly])


Arguments[edit]

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


Returns[edit]

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[edit]

Unknown whether this takes Feats of Strength into account.