Table of Contents

Class CSoundEventMultiPointEntity

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

Constructors

CSoundEventMultiPointEntity(nint)

public CSoundEventMultiPointEntity(nint pointer)

Parameters

pointer nint

Properties

CountMax

[SchemaMember("CSoundEventMultiPointEntity", "m_iCountMax")]
public ref int CountMax { get; }

Property Value

int

DistMaxSqr

[SchemaMember("CSoundEventMultiPointEntity", "m_flDistMaxSqr")]
public ref float DistMaxSqr { get; }

Property Value

float

DistanceMax

[SchemaMember("CSoundEventMultiPointEntity", "m_flDistanceMax")]
public ref float DistanceMax { get; }

Property Value

float

DotProductMax

[SchemaMember("CSoundEventMultiPointEntity", "m_flDotProductMax")]
public ref float DotProductMax { get; }

Property Value

float

Playing

[SchemaMember("CSoundEventMultiPointEntity", "m_bPlaying")]
public ref bool Playing { get; }

Property Value

bool