Skip to main content
Version: 2024-10-11

GameEventGameActionRoundEnded

The round in the game has been ended (only for CS2)

type GameEventGameActionRoundEnded {
roundNo: Int!
}

Fields

GameEventGameActionRoundEnded.roundNo ● Int! non-null scalar

The sequence number of the round (1, 2, 3, ...)

Implemented By

GameEventGameActionData union