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.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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

This function is free to use.

Created 5th November 2018, last changed 8th November 2018


GameKit.AchievementDescription.GroupIdentifier - GameKit.AchievementDescription.Image

💬 Ask a question or report a problem