Class EventPlayerSpawned
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("player_spawned")]
public class EventPlayerSpawned : GameEvent
- Inheritance
-
objectEventPlayerSpawned
- Inherited Members
Constructors
EventPlayerSpawned(bool)
public EventPlayerSpawned(bool force)
Parameters
force
bool
EventPlayerSpawned(nint)
public EventPlayerSpawned(nint pointer)
Parameters
pointer
nint
Properties
Inrestart
public bool Inrestart { get; set; }
Property Value
Userid
public CCSPlayerController? Userid { get; set; }