ShowAccountAchievements

From Warcraft Wiki
Jump to navigation Jump to search

Toggles account-wide achievements shown on your character through in-game inspections, on the website armory, or through API data obtained by third-party sites. This setting makes the system pretend your character is alone on your account, hiding achievements they did not specifically earn. Achievements that are account-wide but were earned by your character will be shown.

ShowAccountAchievements(hide)

Arguments

hide
boolean - true to hide account-wide achievements, false to show all achievements.

Details

  • The boolean logic opposes the name of the function. The setting can be queried using AreAccountAchievementsHidden in which the name does match the logic.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.

See also