GetNextAchievement

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 3.0.2 / 3.4.0 / 1.14.4

Returns the next achievement in a chain.

nextID, completed = GetNextAchievement(achievementID)

Arguments

achievementID
number - The ID of the Achievement

Returns

nextID
number? - The ID of the next Achievement in chain, nil otherwise
completed
boolean? - True if the next achievement has been completed, nil otherwise

Patch changes