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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
GameKit.Score.New
Creates a new score object.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| GameKit | 8.5 | Yes | No | No | No | Yes |
MBS( "GameKit.Score.New"; LeaderboardIdentifier { ; PlayerIdentifier } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| LeaderboardIdentifier | The identifier for the leaderboard for this score. | ||
| PlayerIdentifier | The player identifier, if not the current one. | Optional |
Result
Returns score identifier or error.
Description
Creates a new score object.Returns score identifier for a new score object for the specified leaderboard and optional player.
Your game explicitly allocates and initializes a score object using the designated player and current date when it needs to report a new score to Game Center.
See also
Created 5th November 2018, last changed 8th November 2018
GameKit.Score.LeaderboardIdentifier - GameKit.Score.Player
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins