Table of Contents

Class CDecoyProjectile

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CDecoyProjectile : CBaseCSGrenadeProjectile, IEquatable<CEntityInstance>
Inheritance
CDecoyProjectile
Implements
Inherited Members

Constructors

CDecoyProjectile(nint)

public CDecoyProjectile(nint pointer)

Parameters

pointer nint

Properties

DecoyShotTick

[SchemaMember("CDecoyProjectile", "m_nDecoyShotTick")]
public ref int DecoyShotTick { get; }

Property Value

int

DecoyWeaponDefIndex

[SchemaMember("CDecoyProjectile", "m_decoyWeaponDefIndex")]
public ref ushort DecoyWeaponDefIndex { get; }

Property Value

ushort

ExpireTime

[SchemaMember("CDecoyProjectile", "m_fExpireTime")]
public ref float ExpireTime { get; }

Property Value

float

ShotsRemaining

[SchemaMember("CDecoyProjectile", "m_shotsRemaining")]
public ref int ShotsRemaining { get; }

Property Value

int