Table of Contents

Class ConstraintSoundInfo

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class ConstraintSoundInfo : NativeObject
Inheritance
object
ConstraintSoundInfo
Inherited Members

Constructors

ConstraintSoundInfo(nint)

public ConstraintSoundInfo(nint pointer)

Parameters

pointer nint

Properties

ForwardAxis

[SchemaMember("ConstraintSoundInfo", "m_forwardAxis")]
public Vector ForwardAxis { get; }

Property Value

Vector

PlayReversalSound

[SchemaMember("ConstraintSoundInfo", "m_bPlayReversalSound")]
public ref bool PlayReversalSound { get; }

Property Value

bool

PlayTravelSound

[SchemaMember("ConstraintSoundInfo", "m_bPlayTravelSound")]
public ref bool PlayTravelSound { get; }

Property Value

bool

ReversalSoundLarge

[SchemaMember("ConstraintSoundInfo", "m_iszReversalSoundLarge")]
public string ReversalSoundLarge { get; set; }

Property Value

string

ReversalSoundMedium

[SchemaMember("ConstraintSoundInfo", "m_iszReversalSoundMedium")]
public string ReversalSoundMedium { get; set; }

Property Value

string

ReversalSoundSmall

[SchemaMember("ConstraintSoundInfo", "m_iszReversalSoundSmall")]
public string ReversalSoundSmall { get; set; }

Property Value

string

Sampler

[SchemaMember("ConstraintSoundInfo", "m_vSampler")]
public VelocitySampler Sampler { get; }

Property Value

VelocitySampler

SoundProfile

[SchemaMember("ConstraintSoundInfo", "m_soundProfile")]
public SimpleConstraintSoundProfile SoundProfile { get; }

Property Value

SimpleConstraintSoundProfile

TravelSoundBack

[SchemaMember("ConstraintSoundInfo", "m_iszTravelSoundBack")]
public string TravelSoundBack { get; set; }

Property Value

string

TravelSoundFwd

[SchemaMember("ConstraintSoundInfo", "m_iszTravelSoundFwd")]
public string TravelSoundFwd { get; set; }

Property Value

string