Show / Hide Table of Contents

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 Source

BeakerTransferAmount

How many units to transfer per tick from the beaker to the mob?

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

BeakerTransferTime

How often (seconds) are chemicals transferred from the beaker to the body?

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

BodyContainer

Container for mobs inserted in the pod.

Declaration
public ContainerSlot BodyContainer
Field Value
Type Description
Robust.Shared.Containers.ContainerSlot
| Improve this Doc View Source

EntryDelay

Delay applied when inserting a mob in the pod.

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

NextInjectionTime

Declaration
public TimeSpan? NextInjectionTime
Field Value
Type Description
System.Nullable<TimeSpan>
| Improve this Doc View Source

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 Source

Locked

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
| Improve this Doc View Source

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
| Improve this Doc View Source

PortName

Specifies the name of the atmospherics port to draw gas from.

Declaration
public string PortName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SolutionContainerName

Specifies the name of the atmospherics port to draw gas from.

Declaration
public string SolutionContainerName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾