Class CSoundAreaEntityBase
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CSoundAreaEntityBase : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCSoundAreaEntityBase
- Implements
- Derived
- Inherited Members
Constructors
CSoundAreaEntityBase(nint)
public CSoundAreaEntityBase(nint pointer)
Parameters
pointer
nint
Properties
Disabled
[SchemaMember("CSoundAreaEntityBase", "m_bDisabled")]
public ref bool Disabled { get; }
Property Value
Pos
[SchemaMember("CSoundAreaEntityBase", "m_vPos")]
public Vector Pos { get; }
Property Value
SoundAreaType
[SchemaMember("CSoundAreaEntityBase", "m_iszSoundAreaType")]
public string SoundAreaType { get; set; }