GameMeta
Some metadata information of the game
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