Leaderboard
public protocol Leaderboard : CustomStringConvertible
Undocumented
-
Declaration
Swift
var id : StringReturn Value
Leaderboard ID
-
Declaration
Swift
var authoritative : BoolReturn Value
Whether the client can submit scores or not
-
Declaration
Swift
var sort : IntReturn Value
Sort order used on the server
-
Declaration
Swift
var count : IntReturn Value
number of entries in the leaderboard
-
Declaration
Swift
var resetSchedule : StringReturn Value
The reset schedule in CRON format
-
Declaration
Swift
var metadata : StringReturn Value
Metadata associated with the leaderboard
-
Undocumented
Declaration
Swift
var nextID : String -
Undocumented
Declaration
Swift
var prevID : String
View on GitHub
Install in Dash
Leaderboard Protocol Reference