Class EventWeaponhudSelection
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("weaponhud_selection")]
public class EventWeaponhudSelection : GameEvent
- Inheritance
-
objectEventWeaponhudSelection
- Inherited Members
Constructors
EventWeaponhudSelection(bool)
public EventWeaponhudSelection(bool force)
Parameters
force
bool
EventWeaponhudSelection(nint)
public EventWeaponhudSelection(nint pointer)
Parameters
pointer
nint
Properties
Entindex
public long Entindex { get; set; }
Property Value
Mode
public int Mode { get; set; }
Property Value
Userid
public CCSPlayerController? Userid { get; set; }