Show / Hide Table of Contents

Class CloningPodComponent

Inheritance
System.Object
CloningPodComponent
Namespace: Content.Server.Cloning.Components
Assembly: Content.Server.dll
Syntax
public sealed class CloningPodComponent : Component

Fields

| Improve this Doc View Source

BaseCloningTime

The base amount of time it takes to clone a body

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

BiomassRequirementMultiplier

The current multiplier on the body weight, which determines the amount of biomass needed to clone.

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

BodyContainer

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

CloningProgress

How long the cloning has been going on for.

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

CloningTime

The current amount of time it takes to clone a body

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

ConnectedConsole

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

FailedClone

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

MachinePartCloningSpeed

The machine part that affects cloning speed

Declaration
public string MachinePartCloningSpeed
Field Value
Type Description
System.String
| Improve this Doc View Source

MachinePartMaterialUse

The machine part that decreases the amount of material needed for cloning

Declaration
public string MachinePartMaterialUse
Field Value
Type Description
System.String
| Improve this Doc View Source

MobSpawnId

The mob to spawn on emag

Declaration
public string MobSpawnId
Field Value
Type Description
System.String
| Improve this Doc View Source

PartRatingMaterialMultiplier

The machine part that affects how much biomass is needed to clone a body.

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

PartRatingSpeedMultiplier

The multiplier for cloning duration

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

PodPort

Declaration
public const string PodPort = null
Field Value
Type Description
System.String
| Improve this Doc View Source

RequiredMaterial

The material that is used to clone entities.

Declaration
public string RequiredMaterial
Field Value
Type Description
System.String
| Improve this Doc View Source

ScreamSound

Declaration
public SoundSpecifier ScreamSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

SparkSound

Emag sound effects.

Declaration
public SoundSpecifier SparkSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

Status

Declaration
public CloningPodStatus Status
Field Value
Type Description
CloningPodStatus
| Improve this Doc View Source

UsedBiomass

Declaration
public int UsedBiomass
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾