SwiftlyS2

EventTeamplayBroadcastAudio

Interface EventTeamplayBroadcastAudio

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "teamplay_broadcast_audio" emits a sound to everyone on a team

public interface EventTeamplayBroadcastAudio : IGameEvent<EventTeamplayBroadcastAudio>

Implements

Properties

Sound

name of the sound to emit


type: string

string Sound { get; set; }
Property Value

Team

unique team id


type: byte

byte Team { get; set; }
Property Value

On this page