Table of Contents

Class EventPlayerSound

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("player_sound")]
public class EventPlayerSound : GameEvent
Inheritance
EventPlayerSound
Inherited Members

Constructors

EventPlayerSound(bool)

public EventPlayerSound(bool force)

Parameters

force bool

EventPlayerSound(nint)

public EventPlayerSound(nint pointer)

Parameters

pointer nint

Properties

Duration

public float Duration { get; set; }

Property Value

float

Radius

public int Radius { get; set; }

Property Value

int

Step

public bool Step { get; set; }

Property Value

bool

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController