Show / Hide Table of Contents

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 Source

BoltDownSound

Sound to play when the bolts on the airlock go down.

Declaration
public SoundSpecifier BoltDownSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

BoltLightsEnabled

Whether the bolt lights are currently enabled.

Declaration
public bool BoltLightsEnabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

BoltsDown

Whether the door bolts are currently deployed.

Declaration
public bool BoltsDown
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

BoltUpSound

Sound to play when the bolts on the airlock go up.

Declaration
public SoundSpecifier BoltUpSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾