Table of Contents

Class CSoundOpvarSetEntity

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

Constructors

CSoundOpvarSetEntity(nint)

public CSoundOpvarSetEntity(nint pointer)

Parameters

pointer nint

Properties

OperatorName

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

Property Value

string

OpvarIndex

[SchemaMember("CSoundOpvarSetEntity", "m_nOpvarIndex")]
public ref int OpvarIndex { get; }

Property Value

int

OpvarName

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

Property Value

string

OpvarType

[SchemaMember("CSoundOpvarSetEntity", "m_nOpvarType")]
public ref int OpvarType { get; }

Property Value

int

OpvarValue

[SchemaMember("CSoundOpvarSetEntity", "m_flOpvarValue")]
public ref float OpvarValue { get; }

Property Value

float

OpvarValueString

[SchemaMember("CSoundOpvarSetEntity", "m_OpvarValueString")]
public string OpvarValueString { get; set; }

Property Value

string

SetOnSpawn

[SchemaMember("CSoundOpvarSetEntity", "m_bSetOnSpawn")]
public ref bool SetOnSpawn { get; }

Property Value

bool

StackName

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

Property Value

string