Documentation - v0.27.1
    Preparing search index...

    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

    Properties

    gameId: Long

    Game ID

    score: number

    Score

    type: "game_score"