Table of Contents

Class EventPlayerBlind

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("player_blind")]
public class EventPlayerBlind : GameEvent
Inheritance
EventPlayerBlind
Inherited Members

Constructors

EventPlayerBlind(bool)

public EventPlayerBlind(bool force)

Parameters

force bool

EventPlayerBlind(nint)

public EventPlayerBlind(nint pointer)

Parameters

pointer nint

Properties

Attacker

public CCSPlayerController? Attacker { get; set; }

Property Value

CCSPlayerController

BlindDuration

public float BlindDuration { get; set; }

Property Value

float

Entityid

public int Entityid { get; set; }

Property Value

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController