Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

GameKit.Leaderboard.MaxRange

Queries the size of the leaderboard.

Component Version macOS Windows Linux Server iOS SDK
GameKit 8.5 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "GameKit.Leaderboard.MaxRange"; LeaderboardIdentifier )   More

Parameters

Parameter Description Example
LeaderboardIdentifier The identifier of the leaderboard.

Result

Returns number or error.

Description

Queries the size of the leaderboard.
This property is invalid until a call to GameKit.Leaderboard.LoadScores is completed. Afterward, it contains the total number of entries available to return to your game given the filters you applied to the query.

See also

This function is free to use.

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


GameKit.Leaderboard.LocalPlayerScore - GameKit.Leaderboard.New