Contents

context

An integer value that your game uses.

Declaration

var context: Int { get set }

Discussion

Game Center stores this custom game-specific property for you. It allows you to associate an arbitrary 64-bit unsigned integer value with the score data that you report to Game Center. You decide how to interpret this integer value in your game.

See Also

Accessing Properties