Show / Hide Table of Contents

Class SharedDoorBoltSystem

Inheritance
System.Object
SharedDoorBoltSystem
DoorBoltSystem
DoorBoltSystem
Namespace: Content.Shared.Doors.Systems
Assembly: Content.Shared.dll
Syntax
public abstract class SharedDoorBoltSystem : EntitySystem

Fields

| Improve this Doc View Source

Appearance

Declaration
protected readonly SharedAppearanceSystem Appearance
Field Value
Type Description
SharedAppearanceSystem
| Improve this Doc View Source

Audio

Declaration
protected readonly SharedAudioSystem Audio
Field Value
Type Description
SharedAudioSystem
| Improve this Doc View Source

Popup

Declaration
protected readonly SharedPopupSystem Popup
Field Value
Type Description
SharedPopupSystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

SetBoltWireCut(DoorBoltComponent, Boolean)

Declaration
public void SetBoltWireCut(DoorBoltComponent component, bool value)
Parameters
Type Name Description
DoorBoltComponent component
System.Boolean value
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾