Class CSoundOpvarSetPointBase
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CSoundOpvarSetPointBase : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCSoundOpvarSetPointBase
- Implements
- Derived
- Inherited Members
Constructors
CSoundOpvarSetPointBase(nint)
public CSoundOpvarSetPointBase(nint pointer)
Parameters
pointernint
Properties
Disabled
[SchemaMember("CSoundOpvarSetPointBase", "m_bDisabled")]
public ref bool Disabled { get; }
Property Value
LastPosition
[SchemaMember("CSoundOpvarSetPointBase", "m_vLastPosition")]
public Vector LastPosition { get; }
Property Value
OperatorName
[SchemaMember("CSoundOpvarSetPointBase", "m_iszOperatorName")]
public string OperatorName { get; set; }
Property Value
OpvarIndex
[SchemaMember("CSoundOpvarSetPointBase", "m_iOpvarIndex")]
public ref int OpvarIndex { get; }
Property Value
OpvarName
[SchemaMember("CSoundOpvarSetPointBase", "m_iszOpvarName")]
public string OpvarName { get; set; }
Property Value
Source
[SchemaMember("CSoundOpvarSetPointBase", "m_hSource")]
public CHandle<CEntityInstance> Source { get; }
Property Value
SourceEntityName
[SchemaMember("CSoundOpvarSetPointBase", "m_iszSourceEntityName")]
public string SourceEntityName { get; set; }
Property Value
StackName
[SchemaMember("CSoundOpvarSetPointBase", "m_iszStackName")]
public string StackName { get; set; }
Property Value
UseAutoCompare
[SchemaMember("CSoundOpvarSetPointBase", "m_bUseAutoCompare")]
public ref bool UseAutoCompare { get; }