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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
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
MBS(
"GameKit.AchievementDescription.Replayable"; /* Queries whether achievement is replay-able. */
$AchievementDescriptionRef) /* The identifier for the achievement description.e.g. $AchievementDescription */
Less
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
Created 5th November 2018, last changed 28th November 2019
GameKit.AchievementDescription.PlaceholderCompletedAchievementImage
-
GameKit.AchievementDescription.Title
Feedback: Report problem or ask question.