Skip to main content
Version: v0

GameMeta

Game meta

type GameMeta {
clockTime: Int
mapName: String
}

Fields

GameMeta.clockTime ● Int scalar

The time in seconds since the beginning of the game

GameMeta.mapName ● String scalar

The name of the map the game is played on

Member Of

GameState object