OldSoundDataclass

objectOldSoundData
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Surface.OldSoundData

Obsolete

This API type is obsolete.

Properties9

Showing 9 properties

public string Sandbox.Surface.OldSoundData.Bullet { get; set; }PUBLICGETSET

Bullet impact sound for this surface.

Returns:string

public string Sandbox.Surface.OldSoundData.FootLand { get; set; }PUBLICGETSET

Landing sound for this surface.

Returns:string

public string Sandbox.Surface.OldSoundData.FootLaunch { get; set; }PUBLICGETSET

Jump sound for this surface.

Returns:string

public string Sandbox.Surface.OldSoundData.FootLeft { get; set; }PUBLICGETSET

Left footstep sound.

Returns:string

public string Sandbox.Surface.OldSoundData.FootRight { get; set; }PUBLICGETSET

Right footstep sound.

Returns:string

public string Sandbox.Surface.OldSoundData.ImpactHard { get; set; }PUBLICGETSET

Hard, high velocity impact sound.

Returns:string

public string Sandbox.Surface.OldSoundData.ImpactSoft { get; set; }PUBLICGETSET

Soft, low velocity impact sound.

Returns:string

public string Sandbox.Surface.OldSoundData.ScrapeRough { get; set; }PUBLICGETSET

Rough scraping sound when scraping against another surface.

Returns:string

public string Sandbox.Surface.OldSoundData.ScrapeSmooth { get; set; }PUBLICGETSET

Smooth scraping sound when scraping against another surface.

Returns:string

On this page