Table of Contents

Class CMovementStatsProperty

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CMovementStatsProperty : NativeObject
Inheritance
object
CMovementStatsProperty
Inherited Members

Constructors

CMovementStatsProperty(nint)

public CMovementStatsProperty(nint pointer)

Parameters

pointer nint

Properties

EmaMovementDirection

[SchemaMember("CMovementStatsProperty", "m_emaMovementDirection")]
public CVectorExponentialMovingAverage EmaMovementDirection { get; }

Property Value

CVectorExponentialMovingAverage

UseCounter

[SchemaMember("CMovementStatsProperty", "m_nUseCounter")]
public ref int UseCounter { get; }

Property Value

int