Table of Contents

Class EventPlayerRadio

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("player_radio")]
public class EventPlayerRadio : GameEvent
Inheritance
EventPlayerRadio
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

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController