Show / Hide Table of Contents

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 Source

ChargeModifier

How much joules will collector generate for each rad.

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

Cooldown

Cooldown time between users interaction.

Declaration
public TimeSpan Cooldown
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

CoolDownEnd

Timestamp when machine can be deactivated again.

Declaration
public TimeSpan CoolDownEnd
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

Enabled

Was machine activated by user?

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

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>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾