Class CFists
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CFists : CCSWeaponBase, IEquatable<CEntityInstance>
- Inheritance
-
objectCFists
- Implements
- Inherited Members
Constructors
CFists(nint)
public CFists(nint pointer)
Parameters
pointer
nint
Properties
DelayedHardPunchIncoming
[SchemaMember("CFists", "m_bDelayedHardPunchIncoming")]
public ref bool DelayedHardPunchIncoming { get; }
Property Value
DestroyAfterTaunt
[SchemaMember("CFists", "m_bDestroyAfterTaunt")]
public ref bool DestroyAfterTaunt { get; }
Property Value
PlayingUninterruptableAct
[SchemaMember("CFists", "m_bPlayingUninterruptableAct")]
public ref bool PlayingUninterruptableAct { get; }
Property Value
RestorePrevWep
[SchemaMember("CFists", "m_bRestorePrevWep")]
public ref bool RestorePrevWep { get; }
Property Value
UninterruptableActivity
[SchemaMember("CFists", "m_nUninterruptableActivity")]
public ref PlayerAnimEvent_t UninterruptableActivity { get; }
Property Value
WeaponBeforePrevious
[SchemaMember("CFists", "m_hWeaponBeforePrevious")]
public CHandle<CBasePlayerWeapon> WeaponBeforePrevious { get; }
Property Value
WeaponPrevious
[SchemaMember("CFists", "m_hWeaponPrevious")]
public CHandle<CBasePlayerWeapon> WeaponPrevious { get; }