Show / Hide Table of Contents

Class SharedImplanterSystem

Inheritance
System.Object
SharedImplanterSystem
ImplanterSystem
ImplanterSystem
Namespace: Content.Shared.Implants
Assembly: Content.Shared.dll
Syntax
public abstract class SharedImplanterSystem : EntitySystem

Methods

| Improve this Doc View Source

CanImplant(EntityUid, EntityUid, EntityUid, ImplanterComponent, out Nullable<EntityUid>, out SubdermalImplantComponent)

Declaration
public bool CanImplant(EntityUid user, EntityUid target, EntityUid implanter, ImplanterComponent component, out EntityUid? implant, out SubdermalImplantComponent implantComp)
Parameters
Type Name Description
EntityUid user
EntityUid target
EntityUid implanter
ImplanterComponent component
System.Nullable<EntityUid> implant
SubdermalImplantComponent implantComp
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Draw(EntityUid, EntityUid, EntityUid, ImplanterComponent)

Declaration
public void Draw(EntityUid implanter, EntityUid user, EntityUid target, ImplanterComponent component)
Parameters
Type Name Description
EntityUid implanter
EntityUid user
EntityUid target
ImplanterComponent component
| Improve this Doc View Source

Implant(EntityUid, EntityUid, EntityUid, ImplanterComponent)

Declaration
public void Implant(EntityUid user, EntityUid target, EntityUid implanter, ImplanterComponent component)
Parameters
Type Name Description
EntityUid user
EntityUid target
EntityUid implanter
ImplanterComponent component
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾