SwiftlyS2

EventSwitchTeam

Interface EventSwitchTeam

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "switch_team"

public interface EventSwitchTeam : IGameEvent<EventSwitchTeam>

Implements

Properties

AvgRank

average rank of human players


type: short

short AvgRank { get; set; }
Property Value

NumCTSlotsFree

type: short

short NumCTSlotsFree { get; set; }
Property Value

NumPlayers

number of active players on both T and CT


type: short

short NumPlayers { get; set; }
Property Value

NumSpectators

number of spectators


type: short

short NumSpectators { get; set; }
Property Value

NumTSlotsFree

type: short

short NumTSlotsFree { get; set; }
Property Value

On this page