Class GameGlobalSoundEvent
Intended for misc sound effects. Can't be disabled by cvar.
Namespace: Content.Shared.Audio
Assembly: Content.Shared.dll
Syntax
public sealed class GameGlobalSoundEvent : GlobalSoundEvent
Constructors
| Improve this Doc View SourceGameGlobalSoundEvent(String, Nullable<AudioParams>)
Declaration
public GameGlobalSoundEvent(string filename, AudioParams? audioParams = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | |
System.Nullable<Robust.Shared.Audio.AudioParams> | audioParams |