Table of Contents

Class CSoundOpvarSetPointBase

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CSoundOpvarSetPointBase : CBaseEntity, IEquatable<CEntityInstance>
Inheritance
CSoundOpvarSetPointBase
Implements
Derived
Inherited Members

Constructors

CSoundOpvarSetPointBase(nint)

public CSoundOpvarSetPointBase(nint pointer)

Parameters

pointer nint

Properties

Disabled

[SchemaMember("CSoundOpvarSetPointBase", "m_bDisabled")]
public ref bool Disabled { get; }

Property Value

bool

LastPosition

[SchemaMember("CSoundOpvarSetPointBase", "m_vLastPosition")]
public Vector LastPosition { get; }

Property Value

Vector

OperatorName

[SchemaMember("CSoundOpvarSetPointBase", "m_iszOperatorName")]
public string OperatorName { get; set; }

Property Value

string

OpvarIndex

[SchemaMember("CSoundOpvarSetPointBase", "m_iOpvarIndex")]
public ref int OpvarIndex { get; }

Property Value

int

OpvarName

[SchemaMember("CSoundOpvarSetPointBase", "m_iszOpvarName")]
public string OpvarName { get; set; }

Property Value

string

Source

[SchemaMember("CSoundOpvarSetPointBase", "m_hSource")]
public CHandle<CEntityInstance> Source { get; }

Property Value

CHandle<CEntityInstance>

SourceEntityName

[SchemaMember("CSoundOpvarSetPointBase", "m_iszSourceEntityName")]
public string SourceEntityName { get; set; }

Property Value

string

StackName

[SchemaMember("CSoundOpvarSetPointBase", "m_iszStackName")]
public string StackName { get; set; }

Property Value

string

UseAutoCompare

[SchemaMember("CSoundOpvarSetPointBase", "m_bUseAutoCompare")]
public ref bool UseAutoCompare { get; }

Property Value

bool