Class GlobalSoundEvent
Inheritance
System.Object
GlobalSoundEvent
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
Field Value
Type |
Description |
System.String |
|