Class CryoPodComponent
Inheritance
System.Object
CryoPodComponent
Namespace: Content.Shared.Medical.Cryogenics
Assembly: Content.Shared.dll
Syntax
public sealed class CryoPodComponent : Component
Fields
| Improve this Doc View SourceBeakerTransferAmount
How many units to transfer per tick from the beaker to the mob?
Declaration
public float BeakerTransferAmount
Field Value
Type | Description |
---|---|
System.Single |
BeakerTransferTime
How often (seconds) are chemicals transferred from the beaker to the body?
Declaration
public float BeakerTransferTime
Field Value
Type | Description |
---|---|
System.Single |
BodyContainer
Container for mobs inserted in the pod.
Declaration
public ContainerSlot BodyContainer
Field Value
Type | Description |
---|---|
Robust.Shared.Containers.ContainerSlot |
EntryDelay
Delay applied when inserting a mob in the pod.
Declaration
public float EntryDelay
Field Value
Type | Description |
---|---|
System.Single |
NextInjectionTime
Declaration
public TimeSpan? NextInjectionTime
Field Value
Type | Description |
---|---|
System.Nullable<TimeSpan> |
PryDelay
Delay applied when trying to pry open a locked pod.
Declaration
public float PryDelay
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceLocked
If true, the eject verb will not work on the pod and the user must use a crowbar to pry the pod open.
Declaration
public bool Locked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PermaLocked
Causes the pod to be locked without being fixable by messing with wires.
Declaration
public bool PermaLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PortName
Specifies the name of the atmospherics port to draw gas from.
Declaration
public string PortName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SolutionContainerName
Specifies the name of the atmospherics port to draw gas from.
Declaration
public string SolutionContainerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |