Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
GameKit.SetDefaultLeaderboardIdentifier
Sets the default leaderboard for the current game.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
GameKit | 8.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "GameKit.SetDefaultLeaderboardIdentifier"; LeaderboardIdentifier ) More
Parameters
Parameter | Description | Example |
---|---|---|
LeaderboardIdentifier | The new default leaderboard identifier. |
Result
Returns OK or error.
Description
Sets the default leaderboard for the current game.The default leaderboard is configured in App Store Connect as part of configuring your game’s leaderboards. All players normally start with this leaderboard as the default leaderboard. Calling this method changes the default leaderboard only for the local player.
See also
This function is free to use.
Created 5th November 2018, last changed 8th November 2018
GameKit.SelectChallengeablePlayers - GameKit.SetPlayerDidChangeScriptTrigger
