GameHighScore
public struct GameHighScore : Codable, Equatable, FunctionResult
Contains one row of the game high score table
-
Position in the high score table
Declaration
Swift
public let position: Int32 -
User identifier
Declaration
Swift
public let userId: Int32 -
User score
Declaration
Swift
public let score: Int32 -
Contains one row of the game high score table
Declaration
Swift
public init(position: Int32, userId: Int32, score: Int32)Parameters
positionPosition in the high score table
userIdUser identifier
scoreUser score
View on GitHub
Install in Dash
GameHighScore Structure Reference