Platforms to show: All Mac Windows Linux Cross-Platform

Back to GKScoreMBS class.

GKScoreMBS.Available as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GameKit MBS MacFrameworks Plugin 12.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
True if the class is available.

Should always be true on Mac OS X 10.8 and newer.

GKScoreMBS.reportScores(scores() as GKScoreMBS, tag as Variant = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method GameKit MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Reports a list of scores to Game Center.

scores: An array of score objects to report to Game Center.

Calls later GameKitMBS.reportScoresCompleted on completion.

Use this class method whenever you need to submit multiple scores at the same time. Calling this method reports each of the scores, exactly as if you called the reportScore method on each score object in the array. However, the entire operation can typically be processed more efficiently using this method, and the completion handler is only called once.
Available on Mac OS X 10.8.2 and newer.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...