Table of Contents

Class CPointAngularVelocitySensor

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

Constructors

CPointAngularVelocitySensor(nint)

public CPointAngularVelocitySensor(nint pointer)

Parameters

pointer nint

Properties

Axis

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

Property Value

Vector

FireInterval

[SchemaMember("CPointAngularVelocitySensor", "m_flFireInterval")]
public ref float FireInterval { get; }

Property Value

float

FireTime

[SchemaMember("CPointAngularVelocitySensor", "m_flFireTime")]
public ref float FireTime { get; }

Property Value

float

LastAngVelocity

[SchemaMember("CPointAngularVelocitySensor", "m_flLastAngVelocity")]
public ref float LastAngVelocity { get; }

Property Value

float

LastCompareResult

[SchemaMember("CPointAngularVelocitySensor", "m_nLastCompareResult")]
public ref int LastCompareResult { get; }

Property Value

int

LastFireResult

[SchemaMember("CPointAngularVelocitySensor", "m_nLastFireResult")]
public ref int LastFireResult { get; }

Property Value

int

LastOrientation

[SchemaMember("CPointAngularVelocitySensor", "m_lastOrientation")]
public QAngle LastOrientation { get; }

Property Value

QAngle

OnEqualTo

[SchemaMember("CPointAngularVelocitySensor", "m_OnEqualTo")]
public CEntityIOOutput OnEqualTo { get; }

Property Value

CEntityIOOutput

OnGreaterThan

[SchemaMember("CPointAngularVelocitySensor", "m_OnGreaterThan")]
public CEntityIOOutput OnGreaterThan { get; }

Property Value

CEntityIOOutput

OnGreaterThanOrEqualTo

[SchemaMember("CPointAngularVelocitySensor", "m_OnGreaterThanOrEqualTo")]
public CEntityIOOutput OnGreaterThanOrEqualTo { get; }

Property Value

CEntityIOOutput

OnLessThan

[SchemaMember("CPointAngularVelocitySensor", "m_OnLessThan")]
public CEntityIOOutput OnLessThan { get; }

Property Value

CEntityIOOutput

OnLessThanOrEqualTo

[SchemaMember("CPointAngularVelocitySensor", "m_OnLessThanOrEqualTo")]
public CEntityIOOutput OnLessThanOrEqualTo { get; }

Property Value

CEntityIOOutput

TargetEntity

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

Property Value

CHandle<CBaseEntity>

Threshold

[SchemaMember("CPointAngularVelocitySensor", "m_flThreshold")]
public ref float Threshold { get; }

Property Value

float

UseHelper

[SchemaMember("CPointAngularVelocitySensor", "m_bUseHelper")]
public ref bool UseHelper { get; }

Property Value

bool