Class RadiationCollectorComponent
Generates electricity from radiation.
Inheritance
System.Object
RadiationCollectorComponent
Namespace: Content.Server.Singularity.Components
Assembly: Content.Server.dll
Syntax
public sealed class RadiationCollectorComponent : Component
Fields
| Improve this Doc View SourceChargeModifier
How much joules will collector generate for each rad.
Declaration
public float ChargeModifier
Field Value
Type | Description |
---|---|
System.Single |
Cooldown
Cooldown time between users interaction.
Declaration
public TimeSpan Cooldown
Field Value
Type | Description |
---|---|
TimeSpan |
CoolDownEnd
Timestamp when machine can be deactivated again.
Declaration
public TimeSpan CoolDownEnd
Field Value
Type | Description |
---|---|
TimeSpan |
Enabled
Was machine activated by user?
Declaration
public bool Enabled
Field Value
Type | Description |
---|---|
System.Boolean |
RadiationReactiveGases
List of gases that will react to the radiation passing through the collector
Declaration
public List<RadiationReactiveGas>? RadiationReactiveGases
Field Value
Type | Description |
---|---|
System.Nullable<List<RadiationReactiveGas>> |