Type Number Event achievementInfoUpdate Revision 2017.3060 Keywords steam, steamworks, achievements, achievementInfoUpdate, maxProgress See also achievementInfoUpdate steamworks.*
Number indicating the maximum progress towards unlocking an achievement. Only applicable if the steamworks.setAchievementProgress() function has been called. Intended to be compared with the event.currentProgress property.
In order to calculate a percentage complete, you must divide the event.currentProgress property by this property.
This will be nil
if the steamworks.setAchievementProgress() function has never been called or if the achievement has been unlocked.
Steam does not save the current progress of an achievement. It only saves an achievement's lock/unlock status. This event property and the steamworks.setAchievementProgress() function is mostly intended for displaying a popup notification to the user for visualization purposes.