Table of Contents

Class EventDroneDispatched

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

Constructors

EventDroneDispatched(bool)

public EventDroneDispatched(bool force)

Parameters

force bool

EventDroneDispatched(nint)

public EventDroneDispatched(nint pointer)

Parameters

pointer nint

Properties

DroneDispatchedParam

public int DroneDispatchedParam { get; set; }

Property Value

int

Priority

public int Priority { get; set; }

Property Value

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController