Skip to main content
Version: 2024-10-11

GameState

The state (including team/player data) of the game to represent a scoreboard

type GameState {
contestants: [GameStateContestant]
entities: [GameStateEntity]
game: GameMeta
}

Fields

GameState.contestants ● [GameStateContestant] list object

List of contestants of the game

GameState.entities ● [GameStateEntity] list object

List of entities (e.g. towers) of the game

GameState.game ● GameMeta object

Some metadata information of the game

Member Of

GameData object