Table of Contents

Class ConstraintSoundInfo

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class ConstraintSoundInfo : NativeObject
Inheritance
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

ReversalSounds

[SchemaMember("ConstraintSoundInfo", "m_iszReversalSounds")]
public Span<string> ReversalSounds { get; }

Property Value

Span<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