Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | GameKit | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Your game uses GKLeaderboard objects when it wants to analyze scoring information or when it wants to create its own custom leaderboard screens.
see also
https://developer.apple.com/library/prerelease/mac/#documentation/GameKit/Reference/GKLeaderboard_Ref/Reference/Reference.html
Constant | Value | Description |
---|---|---|
GKLeaderboardPlayerScopeFriendsOnly | 1 |
Only friends of the local player should be considered when generating the list of scores. |
GKLeaderboardPlayerScopeGlobal | 0 |
All players on Game Center should be considered when generating the list of scores. |
Constant | Value | Description |
---|---|---|
GKLeaderboardTimeScopeAllTime | 2 |
Each player's best score is returned. |
GKLeaderboardTimeScopeToday | 0 |
Each player is restricted to scores recorded in the past 24 hours. |
GKLeaderboardTimeScopeWeek | 1 |
Each player is restricted to scores recorded in the past week. |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
GKInviteMBS - GKLeaderboardViewControllerMBS