Table of Contents

Class CSoundEventPathCornerEntity

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

Constructors

CSoundEventPathCornerEntity(nint)

public CSoundEventPathCornerEntity(nint pointer)

Parameters

pointer nint

Properties

CountMax

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

Property Value

int

DistMaxSqr

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

Property Value

float

DistanceMax

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

Property Value

float

DotProductMax

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

Property Value

float

PathCorner

[SchemaMember("CSoundEventPathCornerEntity", "m_iszPathCorner")]
public string PathCorner { get; set; }

Property Value

string

Playing

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

Property Value

bool