Show / Hide Table of Contents

Class GlobalSoundEvent

Inheritance
System.Object
GlobalSoundEvent
AdminSoundEvent
GameGlobalSoundEvent
StationEventMusicEvent
Namespace: Content.Shared.Audio
Assembly: Content.Shared.dll
Syntax
public class GlobalSoundEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

GlobalSoundEvent(String, Nullable<AudioParams>)

Declaration
public GlobalSoundEvent(string filename, AudioParams? audioParams = null)
Parameters
Type Name Description
System.String filename
System.Nullable<Robust.Shared.Audio.AudioParams> audioParams

Fields

| Improve this Doc View Source

AudioParams

Declaration
public AudioParams? AudioParams
Field Value
Type Description
System.Nullable<Robust.Shared.Audio.AudioParams>
| Improve this Doc View Source

Filename

Declaration
public string Filename
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾