Class CSoundOpvarSetEntity
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CSoundOpvarSetEntity : CBaseEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCSoundOpvarSetEntity
- 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
OpvarIndex
[SchemaMember("CSoundOpvarSetEntity", "m_nOpvarIndex")]
public ref int OpvarIndex { get; }
Property Value
OpvarName
[SchemaMember("CSoundOpvarSetEntity", "m_iszOpvarName")]
public string OpvarName { get; set; }
Property Value
OpvarType
[SchemaMember("CSoundOpvarSetEntity", "m_nOpvarType")]
public ref int OpvarType { get; }
Property Value
OpvarValue
[SchemaMember("CSoundOpvarSetEntity", "m_flOpvarValue")]
public ref float OpvarValue { get; }
Property Value
OpvarValueString
[SchemaMember("CSoundOpvarSetEntity", "m_OpvarValueString")]
public string OpvarValueString { get; set; }
Property Value
SetOnSpawn
[SchemaMember("CSoundOpvarSetEntity", "m_bSetOnSpawn")]
public ref bool SetOnSpawn { get; }
Property Value
StackName
[SchemaMember("CSoundOpvarSetEntity", "m_iszStackName")]
public string StackName { get; set; }