Show / Hide Table of Contents

Class ImplanterSystem

Inheritance
System.Object
SharedImplanterSystem
ImplanterSystem
Namespace: Content.Server.Implants
Assembly: Content.Server.dll
Syntax
public sealed class ImplanterSystem : SharedImplanterSystem

Methods

| Improve this Doc View Source

Initialize()

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

InitializeImplanted()

Declaration
public void InitializeImplanted()
| Improve this Doc View Source

TryDraw(ImplanterComponent, EntityUid, EntityUid, EntityUid)

Try to remove an implant and store it in an implanter

Declaration
public void TryDraw(ImplanterComponent component, EntityUid user, EntityUid target, EntityUid implanter)
Parameters
Type Name Description
ImplanterComponent component

Implanter component

EntityUid user

The entity using the implanter

EntityUid target

The entity getting their implant removed

EntityUid implanter

The implanter being used

| Improve this Doc View Source

TryImplant(ImplanterComponent, EntityUid, EntityUid, EntityUid)

Attempt to implant someone else.

Declaration
public void TryImplant(ImplanterComponent component, EntityUid user, EntityUid target, EntityUid implanter)
Parameters
Type Name Description
ImplanterComponent component

Implanter component

EntityUid user

The entity using the implanter

EntityUid target

The entity being implanted

EntityUid implanter

The implanter being used

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾