WoW:API GetTotalAchievementPoints: Difference between revisions

m
Move page script moved page API GetTotalAchievementPoints to WoW:API GetTotalAchievementPoints without leaving a redirect
(Preloading)
 
m (Move page script moved page API GetTotalAchievementPoints to WoW: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
Anonymous user