Skip to main content
Version: 2025-03-11

GameRole

A role in the game (CS2: CT/T, Dota2: Dire/Radiant)

type GameRole {
name: String
}

Fields

GameRole.name ● String scalar

The name of the role (CS2: "ct" or "terrorist", Dota2: "dire" or "radiant")

Member Of

GameStateTeamMeta object ● GameTeam object