Class EventPlayerPing
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("player_ping")]
public class EventPlayerPing : GameEvent
- Inheritance
-
EventPlayerPing
- Inherited Members
-
Constructors
EventPlayerPing(bool)
public EventPlayerPing(bool force)
Parameters
force
bool
EventPlayerPing(nint)
public EventPlayerPing(nint pointer)
Parameters
pointer
nint
Properties
Entityid
public int Entityid { get; set; }
Property Value
- int
Urgent
public bool Urgent { get; set; }
Property Value
- bool
Userid
public CCSPlayerController Userid { get; set; }
Property Value
- CCSPlayerController
X
public float X { get; set; }
Property Value
- float
Y
public float Y { get; set; }
Property Value
- float
Z
public float Z { get; set; }
Property Value
- float