Type Number Event achievementInfoUpdate Revision 2017.3060 Keywords steam, steamworks, achievements, achievementInfoUpdate, currentProgress See also achievementInfoUpdate steamworks.*
Number indicating the current progress towards unlocking an achievement. Only applicable if the steamworks.setAchievementProgress() function has been called.
In order to calculate the percentage completed, you must divide this number by the event.maxProgress 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.