Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
GameKit.AchievementDescription.Hidden
Queries hidden flag.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
GameKit | 8.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "GameKit.AchievementDescription.Hidden"; AchievementDescriptionRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
AchievementDescriptionRef | The identifier for the achievement description. | $AchievementDescription |
Result
Returns 1, 0 or error.
Description
Queries hidden flag.A Boolean value that states whether this achievement is initially visible to players.
If the value of this property is 0, this achievement is always visible to the player. If 1, the achievement is not displayed in any of the standard achievement user interface screens. It remains hidden until the first time your game reports progress towards completing this achievement.
See also
- GameKit.AchievementDescription.Image
- GameKit.AchievementDescription.MaximumPoints
- GameKit.AchievementDescription.Replayable
- GameKit.AchievementDescription.Title
This function is free to use.
Created 5th November 2018, last changed 8th November 2018
GameKit.AchievementDescription.GroupIdentifier - GameKit.AchievementDescription.Image
