Table of Contents

Class EventDecoyStarted

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

Constructors

EventDecoyStarted(bool)

public EventDecoyStarted(bool force)

Parameters

force bool

EventDecoyStarted(nint)

public EventDecoyStarted(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