Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem