event.maxProgress

Type Number
Event achievementInfoUpdate
Revision Release 2024.3703
Keywords steam, steamworks, achievements, achievementInfoUpdate, maxProgress
See also achievementInfoUpdate
steamworks.*

Overview

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.

Gotchas