Preparing search index...
The search index is not available
Documentation - v0.19.5
Documentation
@mtcute/bun
index
ActionGameScore
Interface ActionGameScore
Someone scored in a game (usually only used for newly set high scores)
interface
ActionGameScore
{
gameId
:
Long
;
score
:
number
;
type
:
"game_score"
;
}
Index
Properties
game
Id
score
type
Properties
Readonly
game
Id
gameId
:
Long
Game ID
Readonly
score
score
:
number
Score
Readonly
type
type
:
"game_score"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
game
Id
score
type
Documentation - v0.19.5
Loading...
Someone scored in a game (usually only used for newly set high scores)