Class DoorBoltComponent
Companion component to DoorComponent that handles bolt-specific behavior.
Inheritance
System.Object
DoorBoltComponent
Namespace: Content.Shared.Doors.Components
Assembly: Content.Shared.dll
Syntax
public sealed class DoorBoltComponent : Component
Fields
| Improve this Doc View SourceBoltDownSound
Sound to play when the bolts on the airlock go down.
Declaration
public SoundSpecifier BoltDownSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
BoltLightsEnabled
Whether the bolt lights are currently enabled.
Declaration
public bool BoltLightsEnabled
Field Value
Type | Description |
---|---|
System.Boolean |
BoltsDown
Whether the door bolts are currently deployed.
Declaration
public bool BoltsDown
Field Value
Type | Description |
---|---|
System.Boolean |
BoltUpSound
Sound to play when the bolts on the airlock go up.
Declaration
public SoundSpecifier BoltUpSound
Field Value
Type | Description |
---|---|
Robust.Shared.Audio.SoundSpecifier |
BoltWireCut
True if the bolt wire is cut, which will force the airlock to always be bolted as long as it has power.
Declaration
public bool BoltWireCut
Field Value
Type | Description |
---|---|
System.Boolean |