SwiftlyS2

EventPlayerBlind

Interface EventPlayerBlind

Namespace: SwiftlyS2.Shared.GameEventDefinitions

Assembly: SwiftlyS2.CS2.dll

Event "player_blind"

public interface EventPlayerBlind : IGameEvent<EventPlayerBlind>

Implements

Properties

Attacker

user ID who threw the flash


type: player_controller

int Attacker { get; set; }
Property Value

BlindDuration

type: float

float BlindDuration { get; set; }
Property Value

EntityID

the flashbang going off


type: short

short EntityID { get; set; }
Property Value

UserId


type: player_controller

int UserId { get; set; }
Property Value

UserIdController


type: player_controller

CCSPlayerController UserIdController { get; }
Property Value

UserIdPawn


type: player_controller

CCSPlayerPawn UserIdPawn { get; }
Property Value

UserIdPlayer

IPlayer UserIdPlayer { get; }
Property Value

On this page