WoW:API GetTotalAchievementPoints: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Preloading)
 
m (Move page script moved page API GetTotalAchievementPoints to API GetTotalAchievementPoints without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
Returns the total number of Achievement Points earned.
Returns the total number of Achievement Points earned.
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
  points = GetTotalAchievementPoints()
  points = GetTotalAchievementPoints([guildOnly])
 
== Arguments ==
<!-- List each argument, together with its type -->
:;guildOnly: Boolean - True if you want guild achievement only (Default: False)




== Returns ==
== Returns ==
:;points : Integer - Total points earned
:;points : Integer - Total achievement points earned or Total guild achievement points earned

Latest revision as of 04:46, 15 August 2023

WoW API < GetTotalAchievementPoints

Returns the total number of Achievement Points earned.

points = GetTotalAchievementPoints([guildOnly])

Arguments[edit]

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


Returns[edit]

points
Integer - Total achievement points earned or Total guild achievement points earned