SwiftlyS2

EventTeamScore

Interface EventTeamScore

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "team_score" team score changed

public interface EventTeamScore : IGameEvent<EventTeamScore>

Implements

Properties

Score

total team score


type: short

short Score { get; set; }
Property Value

TeamID

team id


type: byte

byte TeamID { get; set; }
Property Value

On this page