SwiftlyS2

PhysSurfacePropertiesSoundNamesTrace

Struct PhysSurfacePropertiesSoundNamesTrace

Namespace: SwiftlyS2.Shared.Trace

Assembly: SwiftlyS2.CS2.dll

public struct PhysSurfacePropertiesSoundNamesTrace

Inherited Members

Constructors

PhysSurfacePropertiesSoundNamesTrace()

public PhysSurfacePropertiesSoundNamesTrace()

Properties

Break

The sound to play when this surface breaks.

public readonly string Break { get; }
Property Value

BulletImpact

The sound to play when a bullet impacts this surface.

public readonly string BulletImpact { get; }
Property Value

ImpactHard

The sound to play for hard impacts on this surface.

public readonly string ImpactHard { get; }
Property Value

ImpactSoft

The sound to play for soft impacts on this surface.

public readonly string ImpactSoft { get; }
Property Value

MeleeImpact

The sound to play for melee impacts on this surface.

public readonly string MeleeImpact { get; }
Property Value

PushOff

The sound to play when pushing off from this surface.

public readonly string PushOff { get; }
Property Value

Rolling

The sound to play when objects roll on this surface.

public readonly string Rolling { get; }
Property Value

ScrapeRough

The sound to play for rough scraping interactions on this surface.

public readonly string ScrapeRough { get; }
Property Value

ScrapeSmooth

The sound to play for smooth scraping interactions on this surface.

public readonly string ScrapeSmooth { get; }
Property Value

SkidStop

The sound to play when skidding to a stop on this surface.

public readonly string SkidStop { get; }
Property Value

Strain

The sound to play when this surface is under strain.

public readonly string Strain { get; }
Property Value

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()
Returns
  • string — The fully qualified type name.

On this page