Class CPointPush
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPointPush : CPointEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCPointPush
- 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
Enabled
[SchemaMember("CPointPush", "m_bEnabled")]
public ref bool Enabled { get; }
Property Value
Filter
[SchemaMember("CPointPush", "m_hFilter")]
public CHandle<CBaseFilter> Filter { get; }
Property Value
FilterName
[SchemaMember("CPointPush", "m_iszFilterName")]
public string FilterName { get; set; }
Property Value
InnerRadius
[SchemaMember("CPointPush", "m_flInnerRadius")]
public ref float InnerRadius { get; }
Property Value
Magnitude
[SchemaMember("CPointPush", "m_flMagnitude")]
public ref float Magnitude { get; }
Property Value
Radius
[SchemaMember("CPointPush", "m_flRadius")]
public ref float Radius { get; }