Show / Hide Table of Contents

Class EmergencyLightComponent

Component that represents an emergency light, it has an internal battery that charges when the power is on.

Inheritance
System.Object
SharedEmergencyLightComponent
EmergencyLightComponent
Namespace: Content.Server.Light.Components
Assembly: Content.Server.dll
Syntax
public sealed class EmergencyLightComponent : SharedEmergencyLightComponent

Fields

| Improve this Doc View Source

BatteryStateText

Declaration
public Dictionary<EmergencyLightState, string> BatteryStateText
Field Value
Type Description
Dictionary<EmergencyLightState, System.String>
| Improve this Doc View Source

ChargingEfficiency

Declaration
public float ChargingEfficiency
Field Value
Type Description
System.Single
| Improve this Doc View Source

ChargingWattage

Declaration
public float ChargingWattage
Field Value
Type Description
System.Single
| Improve this Doc View Source

ForciblyEnabled

Is this emergency light forced on for some reason and cannot be disabled through normal means (i.e. delta alert level?)

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

State

Declaration
public EmergencyLightState State
Field Value
Type Description
EmergencyLightState
| Improve this Doc View Source

Wattage

Declaration
public float Wattage
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾