event.currentProgress

Type Number
Event achievementInfoUpdate
Revision Release 2022.3683
Keywords steam, steamworks, achievements, achievementInfoUpdate, currentProgress
See also achievementInfoUpdate
steamworks.*

Overview

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.

Gotchas