Class StationEventMusicEvent
Intended for music triggered by events on a specific station. Can be disabled by the EventMusicEnabled cvar.
Inheritance
System.Object
StationEventMusicEvent
Assembly: Content.Shared.dll
Syntax
public sealed class StationEventMusicEvent : GlobalSoundEvent
Constructors
|
Improve this Doc
View Source
StationEventMusicEvent(String, StationEventMusicType, Nullable<AudioParams>)
Declaration
public StationEventMusicEvent(string filename, StationEventMusicType type, AudioParams? audioParams = null)
Parameters
Type |
Name |
Description |
System.String |
filename |
|
StationEventMusicType |
type |
|
System.Nullable<Robust.Shared.Audio.AudioParams> |
audioParams |
|
Fields
|
Improve this Doc
View Source
Type
Declaration
public StationEventMusicType Type
Field Value