Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 954 Bytes

IncreaseAchievementProgressEffectProps.md

File metadata and controls

17 lines (12 loc) · 954 Bytes

# IncreaseAchievementProgressEffectProps

Properties

Name Type Description Notes
achievementId int The internal ID of the achievement.
achievementName string The name of the achievement.
progressTrackerId int The internal ID of the achievement progress tracker. [optional]
delta float The value by which the customer's current progress in the achievement is increased.
value float The current progress of the customer in the achievement.
target float The target value to complete the achievement.
isJustCompleted bool Indicates if the customer has completed the achievement in the current session.

[Back to Model list] [Back to API list] [Back to README]