Class CPointHurt
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPointHurt : CPointEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCPointHurt
- Implements
- Inherited Members
Constructors
CPointHurt(nint)
public CPointHurt(nint pointer)
Parameters
pointer
nint
Properties
Activator
[SchemaMember("CPointHurt", "m_pActivator")]
public CHandle<CBaseEntity> Activator { get; }
Property Value
BitsDamageType
[SchemaMember("CPointHurt", "m_bitsDamageType")]
public ref DamageTypes_t BitsDamageType { get; }
Property Value
Damage
[SchemaMember("CPointHurt", "m_nDamage")]
public ref int Damage { get; }
Property Value
Delay
[SchemaMember("CPointHurt", "m_flDelay")]
public ref float Delay { get; }
Property Value
Radius
[SchemaMember("CPointHurt", "m_flRadius")]
public ref float Radius { get; }
Property Value
StrTarget
[SchemaMember("CPointHurt", "m_strTarget")]
public string StrTarget { get; set; }