Show / Hide Table of Contents

Class StationEventMusicEvent

Intended for music triggered by events on a specific station. Can be disabled by the EventMusicEnabled cvar.

Inheritance
System.Object
GlobalSoundEvent
StationEventMusicEvent
Namespace: Content.Shared.Audio
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
Type Description
StationEventMusicType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾