Show / Hide Table of Contents

Class DoorBoltSystem

Inheritance
System.Object
SharedDoorBoltSystem
DoorBoltSystem
Namespace: Content.Server.Doors.Systems
Assembly: Content.Server.dll
Syntax
public sealed class DoorBoltSystem : SharedDoorBoltSystem

Methods

| Improve this Doc View Source

GetBoltLightsVisible(EntityUid, DoorBoltComponent)

Declaration
public bool GetBoltLightsVisible(EntityUid uid, DoorBoltComponent component)
Parameters
Type Name Description
EntityUid uid
DoorBoltComponent component
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Initialize()

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

IsBolted(EntityUid, DoorBoltComponent)

Declaration
public bool IsBolted(EntityUid uid, DoorBoltComponent component = null)
Parameters
Type Name Description
EntityUid uid
DoorBoltComponent component
Returns
Type Description
System.Boolean
| Improve this Doc View Source

SetBoltLightsEnabled(EntityUid, DoorBoltComponent, Boolean)

Declaration
public void SetBoltLightsEnabled(EntityUid uid, DoorBoltComponent component, bool value)
Parameters
Type Name Description
EntityUid uid
DoorBoltComponent component
System.Boolean value
| Improve this Doc View Source

SetBoltsDown(EntityUid, DoorBoltComponent, Boolean)

Declaration
public void SetBoltsDown(EntityUid uid, DoorBoltComponent component, bool value)
Parameters
Type Name Description
EntityUid uid
DoorBoltComponent component
System.Boolean value
| Improve this Doc View Source

SetBoltsWithAudio(EntityUid, DoorBoltComponent, Boolean)

Declaration
public void SetBoltsWithAudio(EntityUid uid, DoorBoltComponent component, bool newBolts)
Parameters
Type Name Description
EntityUid uid
DoorBoltComponent component
System.Boolean newBolts
| Improve this Doc View Source

UpdateBoltLightStatus(EntityUid, DoorBoltComponent)

Declaration
public void UpdateBoltLightStatus(EntityUid uid, DoorBoltComponent component)
Parameters
Type Name Description
EntityUid uid
DoorBoltComponent component
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾