Show / Hide Table of Contents

Class CloningConsoleSystem

Inheritance
System.Object
CloningConsoleSystem
Namespace: Content.Server.Cloning
Assembly: Content.Server.dll
Syntax
public sealed class CloningConsoleSystem : EntitySystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

RecheckConnections(EntityUid, Nullable<EntityUid>, Nullable<EntityUid>, CloningConsoleComponent)

Declaration
public void RecheckConnections(EntityUid console, EntityUid? cloningPod, EntityUid? scanner, CloningConsoleComponent consoleComp = null)
Parameters
Type Name Description
EntityUid console
System.Nullable<EntityUid> cloningPod
System.Nullable<EntityUid> scanner
CloningConsoleComponent consoleComp
| Improve this Doc View Source

TryClone(EntityUid, EntityUid, EntityUid, CloningPodComponent, MedicalScannerComponent, CloningConsoleComponent)

Declaration
public void TryClone(EntityUid uid, EntityUid cloningPodUid, EntityUid scannerUid, CloningPodComponent cloningPod = null, MedicalScannerComponent scannerComp = null, CloningConsoleComponent consoleComponent = null)
Parameters
Type Name Description
EntityUid uid
EntityUid cloningPodUid
EntityUid scannerUid
CloningPodComponent cloningPod
MedicalScannerComponent scannerComp
CloningConsoleComponent consoleComponent
| Improve this Doc View Source

UpdateUserInterface(EntityUid, CloningConsoleComponent)

Declaration
public void UpdateUserInterface(EntityUid consoleUid, CloningConsoleComponent consoleComponent)
Parameters
Type Name Description
EntityUid consoleUid
CloningConsoleComponent consoleComponent
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾