s&box docs

public abstract class Sandbox.BaseSoundComponent : Sandbox.Component

Constructors

Showing 1 constructors

Methods

Showing 4 methods

public virtual void StartSound()

public virtual void StopSound()

protected void TestSound()

Properties

Showing 20 properties

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.BaseSoundComponent

On this page

Constructorsprotected BaseSoundComponent()Methodsprotected System.Void ApplyOverrides(Sandbox.SoundHandle h)public virtual System.Void StartSound()public virtual System.Void StopSound()protected System.Void TestSound()Propertiespublic System.Single Sandbox.BaseSoundComponent.Distance { get; set; }public System.Boolean Sandbox.BaseSoundComponent.DistanceAttenuation { get; set; }public System.Boolean Sandbox.BaseSoundComponent.DistanceAttenuationOverride { get; set; }public Sandbox.Curve Sandbox.BaseSoundComponent.Falloff { get; set; }public System.Boolean Sandbox.BaseSoundComponent.Force2d { get; set; }public System.Single Sandbox.BaseSoundComponent.MaxRepeatTime { get; set; }public System.Single Sandbox.BaseSoundComponent.MinRepeatTime { get; set; }public System.Boolean Sandbox.BaseSoundComponent.Occlusion { get; set; }public System.Boolean Sandbox.BaseSoundComponent.OcclusionOverride { get; set; }public System.Single Sandbox.BaseSoundComponent.OcclusionRadius { get; set; }public System.Single Sandbox.BaseSoundComponent.Pitch { get; set; }public System.Boolean Sandbox.BaseSoundComponent.PlayOnStart { get; set; }public System.Boolean Sandbox.BaseSoundComponent.ReflectionOverride { get; set; }public System.Boolean Sandbox.BaseSoundComponent.Reflections { get; set; }public System.Boolean Sandbox.BaseSoundComponent.Repeat { get; set; }public Sandbox.SoundEvent Sandbox.BaseSoundComponent.SoundEvent { get; set; }public System.Boolean Sandbox.BaseSoundComponent.SoundOverride { get; set; }public System.Boolean Sandbox.BaseSoundComponent.StopOnNew { get; set; }public Sandbox.Audio.MixerHandle Sandbox.BaseSoundComponent.TargetMixer { get; set; }public System.Single Sandbox.BaseSoundComponent.Volume { get; set; }Metadata