Class EmergencyLightComponent
Component that represents an emergency light, it has an internal battery that charges when the power is on.
Inheritance
System.Object
EmergencyLightComponent
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
|
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
|
Improve this Doc
View Source
Wattage
Declaration
Field Value
Type |
Description |
System.Single |
|