Table of Contents

Class CPointPush

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

Constructors

CPointPush(nint)

public CPointPush(nint pointer)

Parameters

pointer nint

Properties

ConeOfInfluence

[SchemaMember("CPointPush", "m_flConeOfInfluence")]
public ref float ConeOfInfluence { get; }

Property Value

float

Enabled

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

Property Value

bool

Filter

[SchemaMember("CPointPush", "m_hFilter")]
public CHandle<CBaseFilter> Filter { get; }

Property Value

CHandle<CBaseFilter>

FilterName

[SchemaMember("CPointPush", "m_iszFilterName")]
public string FilterName { get; set; }

Property Value

string

InnerRadius

[SchemaMember("CPointPush", "m_flInnerRadius")]
public ref float InnerRadius { get; }

Property Value

float

Magnitude

[SchemaMember("CPointPush", "m_flMagnitude")]
public ref float Magnitude { get; }

Property Value

float

Radius

[SchemaMember("CPointPush", "m_flRadius")]
public ref float Radius { get; }

Property Value

float