GetNextAchievement
Jump to navigation
Jump to search
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
Patch 3.0.2 (2008-10-14): Added.