Class ServerGlobalSoundSystem
Inheritance
System.Object
ServerGlobalSoundSystem
Assembly: Content.Server.dll
Syntax
public sealed class ServerGlobalSoundSystem : SharedGlobalSoundSystem
Methods
|
Improve this Doc
View Source
DispatchStationEventMusic(EntityUid, SoundSpecifier, StationEventMusicType)
Declaration
public void DispatchStationEventMusic(EntityUid source, SoundSpecifier sound, StationEventMusicType type)
Parameters
Type |
Name |
Description |
EntityUid |
source |
|
Robust.Shared.Audio.SoundSpecifier |
sound |
|
StationEventMusicType |
type |
|
|
Improve this Doc
View Source
PlayAdminGlobal(Filter, String, Nullable<AudioParams>, Boolean)
Declaration
public void PlayAdminGlobal(Filter playerFilter, string filename, AudioParams? audioParams = null, bool replay = true)
Parameters
Type |
Name |
Description |
Robust.Shared.Player.Filter |
playerFilter |
|
System.String |
filename |
|
System.Nullable<Robust.Shared.Audio.AudioParams> |
audioParams |
|
System.Boolean |
replay |
|
|
Improve this Doc
View Source
PlayGlobalOnStation(EntityUid, String, Nullable<AudioParams>)
Declaration
public void PlayGlobalOnStation(EntityUid source, string filename, AudioParams? audioParams = null)
Parameters
Type |
Name |
Description |
EntityUid |
source |
|
System.String |
filename |
|
System.Nullable<Robust.Shared.Audio.AudioParams> |
audioParams |
|
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()
|
Improve this Doc
View Source
StopStationEventMusic(EntityUid, StationEventMusicType)
Declaration
public void StopStationEventMusic(EntityUid source, StationEventMusicType type)
Parameters