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

    position

    Position in the high score table

    userId

    User identifier

    score

    User score