Table of Contents

Class CPointVelocitySensor

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

Constructors

CPointVelocitySensor(nint)

public CPointVelocitySensor(nint pointer)

Parameters

pointer nint

Properties

AvgInterval

[SchemaMember("CPointVelocitySensor", "m_flAvgInterval")]
public ref float AvgInterval { get; }

Property Value

float

Axis

[SchemaMember("CPointVelocitySensor", "m_vecAxis")]
public Vector Axis { get; }

Property Value

Vector

Enabled

[SchemaMember("CPointVelocitySensor", "m_bEnabled")]
public ref bool Enabled { get; }

Property Value

bool

PrevVelocity

[SchemaMember("CPointVelocitySensor", "m_fPrevVelocity")]
public ref float PrevVelocity { get; }

Property Value

float

TargetEntity

[SchemaMember("CPointVelocitySensor", "m_hTargetEntity")]
public CHandle<CBaseEntity> TargetEntity { get; }

Property Value

CHandle<CBaseEntity>