Table of Contents

Class EventDecoyFiring

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

Constructors

EventDecoyFiring(bool)

public EventDecoyFiring(bool force)

Parameters

force bool

EventDecoyFiring(nint)

public EventDecoyFiring(nint pointer)

Parameters

pointer nint

Properties

Entityid

public int Entityid { get; set; }

Property Value

int

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