SwiftlyS2

EventPlayerSound

Interface EventPlayerSound

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "player_sound"

public interface EventPlayerSound : IGameEvent<EventPlayerSound>

Implements

Properties

Duration

type: float

float Duration { get; set; }
Property Value

Radius

type: int

int Radius { get; set; }
Property Value

Step

type: bool

bool Step { get; set; }
Property Value

UserId


type: player_controller_and_pawn

int UserId { get; set; }
Property Value

UserIdController


type: player_controller_and_pawn

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn


type: player_controller_and_pawn

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page