Class EventPlayerBlind
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("player_blind")]
public class EventPlayerBlind : GameEvent
- Inheritance
-
objectEventPlayerBlind
- 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
BlindDuration
public float BlindDuration { get; set; }
Property Value
Entityid
public int Entityid { get; set; }
Property Value
Userid
public CCSPlayerController? Userid { get; set; }