Function getAllAchievements

  • getAllAchievements() This function gets all achievements from an Xbox Live account.

    BEWARE this function is inefficient because it fetches all user achievements with no regards to pagination whatsoever. If the user has 10000 achievements it will fetch all of them.

    Returns

    an array of achievements from an Xbox Live account.

    Parameters

    Returns Promise<AchievementReturn[]>

Generated using TypeDoc