Table of Contents

Class EventWeaponFireOnEmpty

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

Constructors

EventWeaponFireOnEmpty(bool)

public EventWeaponFireOnEmpty(bool force)

Parameters

force bool

EventWeaponFireOnEmpty(nint)

public EventWeaponFireOnEmpty(nint pointer)

Parameters

pointer nint

Properties

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController

Weapon

public string Weapon { get; set; }

Property Value

string