--- title: gameHighScore description: Contains one row of the game high scores table image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: gameHighScore [Back to constructors index](index.md) Contains one row of the game high scores table ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |position|[int](../types/int.md) | Yes|Position in the high score table| |user\_id|[int](../types/int.md) | Yes|User identifier| |score|[int](../types/int.md) | Yes|User score| ### Type: [GameHighScore](../types/GameHighScore.md)