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