Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

GameKit.AchievementDescription.Replayable

Queries whether achievement is replay-able.

Component Version macOS Windows Linux Server iOS SDK
GameKit 8.5 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "GameKit.AchievementDescription.Replayable"; AchievementDescriptionRef )   More

Parameters

Parameter Description Example
AchievementDescriptionRef The identifier for the achievement description. $AchievementDescription

Result

Returns 1, 0 or error.

Description

Queries whether achievement is replay-able.
A Boolean value that states whether this achievement can be earned multiple times.
If the value of this property is 0, then the achievement may only be earned once. After the achievement is earned, Game Center ignores any further progress submitted for it. If the value of this property is 1, then the achievement is considered earned each time your game reports progress to Game Center that completes the achievement. This means that any appropriate banners are displayed to the player again, challenges based on the achievement are completed, and so on.

See also

This function is free to use.

Created 5th November 2018, last changed 28th November 2019


GameKit.AchievementDescription.PlaceholderCompletedAchievementImage - GameKit.AchievementDescription.Title