Class SleepEmitSoundComponent
Inheritance
System.Object
SleepEmitSoundComponent
Namespace: Content.Shared.Bed.Sleep
Assembly: Content.Shared.dll
Syntax
public sealed class SleepEmitSoundComponent : Component
Fields
| Improve this Doc View SourceChance
Chance for snore attempt to succeed
Declaration
public float Chance
Field Value
Type | Description |
---|---|
System.Single |
Interval
Interval between snore attempts in seconds
Declaration
public float Interval
Field Value
Type | Description |
---|---|
System.Single |
PopUp
Popup for snore (e.g. Zzz...)
Declaration
public string PopUp
Field Value
Type | Description |
---|---|
System.String |
Snore
Sound to play when sleeping
Declaration
public SoundSpecifier Snore
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |